<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>Cannot install python power point pptx parser on stampede</title>
  <link rel="alternate" href="https://conferences.xsede.org/c/message_boards/find_thread?p_l_id=&amp;threadId=1142410" />
  <subtitle>Cannot install python power point pptx parser on stampede</subtitle>
  <entry>
    <title>RE: Cannot install python power point pptx parser on stampede</title>
    <link rel="alternate" href="https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=1144050" />
    <author>
      <name>Chris Hempel</name>
    </author>
    <id>https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=1144050</id>
    <updated>2016-02-09T19:05:42Z</updated>
    <published>2016-02-09T19:05:42Z</published>
    <summary type="html">Hello Victor,&lt;br /&gt;&lt;br /&gt;I submitted a support ticket (41157) on your behalf via the XSEDE ticket system. A member of the TACC HPC group will respond via the ticket and provide assistance.&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;Chris&lt;br /&gt;&lt;br /&gt;Chris Hempel&lt;br /&gt;Director of User Services&lt;br /&gt;Texas Advanced Computing Center</summary>
    <dc:creator>Chris Hempel</dc:creator>
    <dc:date>2016-02-09T19:05:42Z</dc:date>
  </entry>
  <entry>
    <title>Cannot install python power point pptx parser on stampede</title>
    <link rel="alternate" href="https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=1142409" />
    <author>
      <name>Victor Shum</name>
    </author>
    <id>https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=1142409</id>
    <updated>2016-02-07T03:03:05Z</updated>
    <published>2016-02-07T03:03:05Z</published>
    <summary type="html">Hi users on this forum, &lt;br /&gt;&lt;br /&gt;On installing python_pptx using the pip install command I was able to compile all the dependencies but could not write the lxml library due to write permission.&lt;br /&gt;&lt;br /&gt;Not sure if I can get around this problem ? Thanks !    Best, Victor&lt;br /&gt;&lt;br /&gt;Details of the installation log below: &lt;br /&gt;&lt;br /&gt;login3.stampede(42)$ pip install python-pptx&lt;br /&gt;Collecting python-pptx&lt;br /&gt;  Using cached python-pptx-0.5.8.tar.gz&lt;br /&gt;Collecting lxml&amp;gt;=3.1.0 (from python-pptx)&lt;br /&gt;  Using cached lxml-3.5.0.tar.gz&lt;br /&gt;Collecting Pillow&amp;gt;=2.6.1 (from python-pptx)&lt;br /&gt;  Using cached Pillow-3.1.1.tar.gz&lt;br /&gt;Collecting XlsxWriter&amp;gt;=0.5.7 (from python-pptx)&lt;br /&gt;  Using cached XlsxWriter-0.8.4-py2.py3-none-any.whl&lt;br /&gt;Installing collected packages: lxml, Pillow, XlsxWriter, python-pptx&lt;br /&gt;  Running setup.py install for lxml&lt;br /&gt;    Complete output from command /opt/apps/intel15/python/2.7.9/bin/python -c &amp;#034;import setuptools, tokenize;__file__=&amp;#039;/tmp/pip-build-gq5QCD/lxml/setup.py&amp;#039;;exec(compile(getattr(tokenize, &amp;#039;open&amp;#039;, open)(__file__).read().replace(&amp;#039;\r\n&amp;#039;, &amp;#039;\n&amp;#039;), __file__, &amp;#039;exec&amp;#039;))&amp;#034; install --record /tmp/pip-ttZjZK-record/install-record.txt --single-version-externally-managed --compile:&lt;br /&gt;    Building lxml version 3.5.0.&lt;br /&gt;    Building without Cython.&lt;br /&gt;    Using build configuration of libxslt 1.1.26&lt;br /&gt;    Building against libxml2/libxslt in the following directory: /usr/lib64&lt;br /&gt;    running install&lt;br /&gt;    running build&lt;br /&gt;    running build_py&lt;br /&gt;    creating build&lt;br /&gt;    creating build/lib.linux-x86_64-2.7&lt;br /&gt;    creating build/lib.linux-x86_64-2.7/lxml&lt;br /&gt;    copying src/lxml/doctestcompare.py -&amp;gt; build/lib.linux-x86_64-2.7/lxml&lt;br /&gt;    copying src/lxml/builder.py -&amp;gt; build/lib.linux-x86_64-2.7/lxml&lt;br /&gt;    copying src/lxml/__init__.py -&amp;gt; build/lib.linux-x86_64-2.7/lxml&lt;br /&gt;    copying src/lxml/usedoctest.py -&amp;gt; build/lib.linux-x86_64-2.7/lxml&lt;br /&gt;    copying src/lxml/ElementInclude.py -&amp;gt; build/lib.linux-x86_64-2.7/lxml&lt;br /&gt;    copying src/lxml/pyclasslookup.py -&amp;gt; build/lib.linux-x86_64-2.7/lxml&lt;br /&gt;    copying src/lxml/sax.py -&amp;gt; build/lib.linux-x86_64-2.7/lxml&lt;br /&gt;    copying src/lxml/cssselect.py -&amp;gt; build/lib.linux-x86_64-2.7/lxml&lt;br /&gt;    copying src/lxml/_elementpath.py -&amp;gt; build/lib.linux-x86_64-2.7/lxml&lt;br /&gt;    creating build/lib.linux-x86_64-2.7/lxml/includes&lt;br /&gt;    copying src/lxml/includes/__init__.py -&amp;gt; build/lib.linux-x86_64-2.7/lxml/includes&lt;br /&gt;    creating build/lib.linux-x86_64-2.7/lxml/html&lt;br /&gt;    copying src/lxml/html/builder.py -&amp;gt; build/lib.linux-x86_64-2.7/lxml/html&lt;br /&gt;    copying src/lxml/html/clean.py -&amp;gt; build/lib.linux-x86_64-2.7/lxml/html&lt;br /&gt;    copying src/lxml/html/defs.py -&amp;gt; build/lib.linux-x86_64-2.7/lxml/html&lt;br /&gt;    copying src/lxml/html/__init__.py -&amp;gt; build/lib.linux-x86_64-2.7/lxml/html&lt;br /&gt;    copying src/lxml/html/ElementSoup.py -&amp;gt; build/lib.linux-x86_64-2.7/lxml/html&lt;br /&gt;    copying src/lxml/html/usedoctest.py -&amp;gt; build/lib.linux-x86_64-2.7/lxml/html&lt;br /&gt;    copying src/lxml/html/html5parser.py -&amp;gt; build/lib.linux-x86_64-2.7/lxml/html&lt;br /&gt;    copying src/lxml/html/_diffcommand.py -&amp;gt; build/lib.linux-x86_64-2.7/lxml/html&lt;br /&gt;    copying src/lxml/html/formfill.py -&amp;gt; build/lib.linux-x86_64-2.7/lxml/html&lt;br /&gt;    copying src/lxml/html/diff.py -&amp;gt; build/lib.linux-x86_64-2.7/lxml/html&lt;br /&gt;    copying src/lxml/html/soupparser.py -&amp;gt; build/lib.linux-x86_64-2.7/lxml/html&lt;br /&gt;    copying src/lxml/html/_setmixin.py -&amp;gt; build/lib.linux-x86_64-2.7/lxml/html&lt;br /&gt;    copying src/lxml/html/_html5builder.py -&amp;gt; build/lib.linux-x86_64-2.7/lxml/html&lt;br /&gt;    creating build/lib.linux-x86_64-2.7/lxml/isoschematron&lt;br /&gt;    copying src/lxml/isoschematron/__init__.py -&amp;gt; build/lib.linux-x86_64-2.7/lxml/isoschematron&lt;br /&gt;    copying src/lxml/lxml.etree.h -&amp;gt; build/lib.linux-x86_64-2.7/lxml&lt;br /&gt;    copying src/lxml/lxml.etree_api.h -&amp;gt; build/lib.linux-x86_64-2.7/lxml&lt;br /&gt;    copying src/lxml/includes/xslt.pxd -&amp;gt; build/lib.linux-x86_64-2.7/lxml/includes&lt;br /&gt;    copying src/lxml/includes/xpath.pxd -&amp;gt; build/lib.linux-x86_64-2.7/lxml/includes&lt;br /&gt;    copying src/lxml/includes/schematron.pxd -&amp;gt; build/lib.linux-x86_64-2.7/lxml/includes&lt;br /&gt;    copying src/lxml/includes/uri.pxd -&amp;gt; build/lib.linux-x86_64-2.7/lxml/includes&lt;br /&gt;    copying src/lxml/includes/dtdvalid.pxd -&amp;gt; build/lib.linux-x86_64-2.7/lxml/includes&lt;br /&gt;    copying src/lxml/includes/tree.pxd -&amp;gt; build/lib.linux-x86_64-2.7/lxml/includes&lt;br /&gt;    copying src/lxml/includes/xmlerror.pxd -&amp;gt; build/lib.linux-x86_64-2.7/lxml/includes&lt;br /&gt;    copying src/lxml/includes/htmlparser.pxd -&amp;gt; build/lib.linux-x86_64-2.7/lxml/includes&lt;br /&gt;    copying src/lxml/includes/relaxng.pxd -&amp;gt; build/lib.linux-x86_64-2.7/lxml/includes&lt;br /&gt;    copying src/lxml/includes/xmlparser.pxd -&amp;gt; build/lib.linux-x86_64-2.7/lxml/includes&lt;br /&gt;    copying src/lxml/includes/config.pxd -&amp;gt; build/lib.linux-x86_64-2.7/lxml/includes&lt;br /&gt;    copying src/lxml/includes/xinclude.pxd -&amp;gt; build/lib.linux-x86_64-2.7/lxml/includes&lt;br /&gt;    copying src/lxml/includes/c14n.pxd -&amp;gt; build/lib.linux-x86_64-2.7/lxml/includes&lt;br /&gt;    copying src/lxml/includes/etreepublic.pxd -&amp;gt; build/lib.linux-x86_64-2.7/lxml/includes&lt;br /&gt;    copying src/lxml/includes/xmlschema.pxd -&amp;gt; build/lib.linux-x86_64-2.7/lxml/includes&lt;br /&gt;    copying src/lxml/includes/etree_defs.h -&amp;gt; build/lib.linux-x86_64-2.7/lxml/includes&lt;br /&gt;    copying src/lxml/includes/lxml-version.h -&amp;gt; build/lib.linux-x86_64-2.7/lxml/includes&lt;br /&gt;    creating build/lib.linux-x86_64-2.7/lxml/isoschematron/resources&lt;br /&gt;    creating build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/rng&lt;br /&gt;    copying src/lxml/isoschematron/resources/rng/iso-schematron.rng -&amp;gt; build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/rng&lt;br /&gt;    creating build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/xsl&lt;br /&gt;    copying src/lxml/isoschematron/resources/xsl/XSD2Schtrn.xsl -&amp;gt; build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/xsl&lt;br /&gt;    copying src/lxml/isoschematron/resources/xsl/RNG2Schtrn.xsl -&amp;gt; build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/xsl&lt;br /&gt;    creating build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1&lt;br /&gt;    copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_message.xsl -&amp;gt; build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1&lt;br /&gt;    copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_abstract_expand.xsl -&amp;gt; build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1&lt;br /&gt;    copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_dsdl_include.xsl -&amp;gt; build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1&lt;br /&gt;    copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_skeleton_for_xslt1.xsl -&amp;gt; build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1&lt;br /&gt;    copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_svrl_for_xslt1.xsl -&amp;gt; build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1&lt;br /&gt;    copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt -&amp;gt; build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1&lt;br /&gt;    running build_ext&lt;br /&gt;    building &amp;#039;lxml.etree&amp;#039; extension&lt;br /&gt;    creating build/temp.linux-x86_64-2.7&lt;br /&gt;    creating build/temp.linux-x86_64-2.7/src&lt;br /&gt;    creating build/temp.linux-x86_64-2.7/src/lxml&lt;br /&gt;    icc -fno-strict-aliasing -ipo -fPIC -mkl -O3 -fp-model strict -fomit-frame-pointer -xhost -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/include/libxml2 -Isrc/lxml/includes -I/opt/apps/intel15/python/2.7.9/include/python2.7 -c src/lxml/lxml.etree.c -o build/temp.linux-x86_64-2.7/src/lxml/lxml.etree.o -w&lt;br /&gt;    icc -shared -ipo -fp-model strict -fomit-frame-pointer -xhost -lpthread -mkl build/temp.linux-x86_64-2.7/src/lxml/lxml.etree.o -L/usr/lib64 -L/opt/apps/intel15/python/2.7.9/lib -lxslt -lexslt -lxml2 -lz -lm -lpython2.7 -o build/lib.linux-x86_64-2.7/lxml/etree.so&lt;br /&gt;    building &amp;#039;lxml.objectify&amp;#039; extension&lt;br /&gt;    icc -fno-strict-aliasing -ipo -fPIC -mkl -O3 -fp-model strict -fomit-frame-pointer -xhost -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/include/libxml2 -Isrc/lxml/includes -I/opt/apps/intel15/python/2.7.9/include/python2.7 -c src/lxml/lxml.objectify.c -o build/temp.linux-x86_64-2.7/src/lxml/lxml.objectify.o -w&lt;br /&gt;    icc -shared -ipo -fp-model strict -fomit-frame-pointer -xhost -lpthread -mkl build/temp.linux-x86_64-2.7/src/lxml/lxml.objectify.o -L/usr/lib64 -L/opt/apps/intel15/python/2.7.9/lib -lxslt -lexslt -lxml2 -lz -lm -lpython2.7 -o build/lib.linux-x86_64-2.7/lxml/objectify.so&lt;br /&gt;    running install_lib&lt;br /&gt;    creating /opt/apps/intel15/python/2.7.9/lib/python2.7/site-packages/lxml&lt;br /&gt;    error: could not create &amp;#039;/opt/apps/intel15/python/2.7.9/lib/python2.7/site-packages/lxml&amp;#039;: Permission denied</summary>
    <dc:creator>Victor Shum</dc:creator>
    <dc:date>2016-02-07T03:03:05Z</dc:date>
  </entry>
</feed>

