Dear all, I'd be very grateful if you could help me out with the following:
I'm trying to compile the last version PyFR-1.4.0, by launching the "setup.py" script. However at some point it crashes with the output shown below. In my understanding, the problem comes when trying to install the project under the Python's packages directory. I have to indicate that I'm not using "virtualenv" but a Python version 3.3.6 installed locally, together with all needed packages to run PyFR. Also need to indicate that since PyFR-1.1.0 I haven't updated the version of the code. This last one compiles OK. Please let me know if you know of possible causes of this issue. Thanks a lot in advance. Best regards, Antonio ... *byte-compiling build/bdist.linux-x86_64/egg/pyfr/writers/vtk.py to vtk.cpython-33.pycbyte-compiling build/bdist.linux-x86_64/egg/pyfr/writers/native.py to native.cpython-33.pycbyte-compiling build/bdist.linux-x86_64/egg/pyfr/writers/__init__.py to __init__.cpython-33.pycbyte-compiling build/bdist.linux-x86_64/egg/pyfr/util.py to util.cpython-33.pycbyte-compiling build/bdist.linux-x86_64/egg/pyfr/polys.py to polys.cpython-33.pycinstalling package data to build/bdist.linux-x86_64/eggrunning install_datacopying pyfr/__main__.py -> build/bdist.linux-x86_64/egg/creating build/bdist.linux-x86_64/egg/EGG-INFOcopying pyfr.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFOcopying pyfr.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFOcopying pyfr.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFOcopying pyfr.egg-info/entry_points.txt -> build/bdist.linux-x86_64/egg/EGG-INFOcopying pyfr.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFOcopying pyfr.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFOzip_safe flag not set; analyzing archive contents...creating 'dist/pyfr-1.4.0-py3.3.egg' and adding 'build/bdist.linux-x86_64/egg' to itremoving 'build/bdist.linux-x86_64/egg' (and everything under it)Processing pyfr-1.4.0-py3.3.eggRemoving /develop/home/antonio/Software_Local/localLibs/Python-3.3.6/build/lib/python3.3/site-packages/pyfr-1.4.0-py3.3.eggCopying pyfr-1.4.0-py3.3.egg to /develop/home/antonio/Software_Local/localLibs/Python-3.3.6/build/lib/python3.3/site-packageserror: [Errno 22] Invalid argument: '/develop/home/antonio/Software_Local/localLibs/Python-3.3.6/build/lib/python3.3/site-packages/pyfr-1.4.0-py3.3.egg'* -- You received this message because you are subscribed to the Google Groups "PyFR Mailing List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send an email to [email protected]. Visit this group at https://groups.google.com/group/pyfrmailinglist. For more options, visit https://groups.google.com/d/optout.
