[PyOpenGL-Users] PyOpenGL_accelerate isn’t installing on Window 8.1 + Python 3.4.1
Brought to you by:
mcfletch
From: Bravery, G. S <gav...@im...> - 2014-06-27 14:17:37
|
Hi I am attempting to log a bug for PyOpenGL_accelerate 3.1.0 Trying to install using pip on Windows 8.1, Python 3.4 .1 (cython etc is already installed and working, and I have installed previous version of pyopengl_accelerate). For some reason PyOpenGL_accelerate isn’t installing. The last version that will is when I use this: pip install "PyOpenGL_accelerate==3.0.2" If I move to anything beyond this I see the below (see bottom of email). Please let me know if there is anything more I can give you – more than happy to help where I can. Regards Gavin Bravery <stuff that seems to work OK removed> … running install_egg_info running egg_info writing dependency_links to PyOpenGL_accelerate.egg-info\dependency_links.txt writing PyOpenGL_accelerate.egg-info\PKG-INFO writing top-level names to PyOpenGL_accelerate.egg-info\top_level.txt Unable to import numpy, skipping numpy extension building warning: manifest_maker: standard file '-c' not found reading manifest file 'PyOpenGL_accelerate.egg-info\SOURCES.txt' Traceback (most recent call last): File "<string>", line 1, in <module> File "C:\Users\gbravery\AppData\Local\Temp\pip_build_gbravery\PyOpenGL-accelerate\setup.py", line 137, in <module> **extraArguments File "C:\Python34\lib\distutils\core.py", line 148, in setup dist.run_commands() File "C:\Python34\lib\distutils\dist.py", line 955, in run_commands self.run_command(cmd) File "C:\Python34\lib\distutils\dist.py", line 974, in run_command cmd_obj.run() File "C:\Python34\lib\site-packages\setuptools\command\install.py", line 61, in run return orig.install.run(self) File "C:\Python34\lib\distutils\command\install.py", line 566, in run self.run_command(cmd_name) File "C:\Python34\lib\distutils\cmd.py", line 313, in run_command self.distribution.run_command(command) File "C:\Python34\lib\distutils\dist.py", line 974, in run_command cmd_obj.run() File "C:\Python34\lib\site-packages\setuptools\command\install_egg_info.py", line 33, in run self.run_command('egg_info') File "C:\Python34\lib\distutils\cmd.py", line 313, in run_command self.distribution.run_command(command) File "C:\Python34\lib\distutils\dist.py", line 974, in run_command cmd_obj.run() File "C:\Python34\lib\site-packages\setuptools\command\egg_info.py", line 168, in run self.find_sources() File "C:\Python34\lib\site-packages\setuptools\command\egg_info.py", line 193, in find_sources mm.run() File "C:\Python34\lib\site-packages\setuptools\command\egg_info.py", line 277, in run self.add_defaults() File "C:\Python34\lib\site-packages\setuptools\command\egg_info.py", line 313, in add_defaults self.read_manifest() File "C:\Python34\lib\site-packages\setuptools\command\sdist.py", line 249, in read_manifest self.filelist.append(line) File "C:\Python34\lib\site-packages\setuptools\command\egg_info.py", line 218, in append path = convert_path(item) File "C:\Python34\lib\distutils\util.py", line 125, in convert_path raise ValueError("path '%s' cannot be absolute" % pathname) ValueError: path '/mnt/homevar/var/pylive/src/OpenGL-dev/pyopengl/OpenGL_accelerate/src/arraydatatype.pyx' cannot be absolute ---------------------------------------- Rolling back uninstall of pyopengl-accelerate Cleaning up... Command C:\Python34\python.exe -c "import setuptools, tokenize;__file__='C:\\Use rs\\gbravery\\AppData\\Local\\Temp\\pip_build_gbravery\\PyOpenGL-accelerate\\set up.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r \n', '\n'), __file__, 'exec'))" install --record C:\Users\gbravery\AppData\Local \Temp\pip-qq3r59zu-record\install-record.txt --single-version-externally-managed --compile failed with error code 1 in C:\Users\gbravery\AppData\Local\Temp\pip_ build_gbravery\PyOpenGL-accelerate Storing debug log for failure in C:\Users\gbravery\pip\pip.log |