Summary: | dev-python/pyopengl-3.0.2-r1 - ImportError: No module named 'version' | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Azpegath <azpegath> |
Component: | [OLD] Development | Assignee: | Python Gentoo Team <python> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | jarausch |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://bugs.gentoo.org/show_bug.cgi?id=537122 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Azpegath
2015-01-19 23:09:21 UTC
~/cvsPortage/gentoo-x86/dev-python/pyopengl $ ebuild pyopengl-3.0.2-r1.ebuild clean install
>>> Completed installing pyopengl-3.0.2-r1 into /mnt/gen2/TmpDir/portage/dev-python/pyopengl-3.0.2-r1/image/
This has got setuptools written all over it, particularly if you're relying on stable versions. My setuptools installed in my system is the latest unstable.
Yours?
hmm also This happened when I tried installing the package for the first time, it was not part of an update, so I guess it doesn't help to remove it (since it's not installed) and try to install it again. Setuptools: root@skare$ eix setuptools [U] dev-python/setuptools Available versions: 2.2 7.0 (~)8.0.1 (~)8.2.1 (~)9.1 (~)12.0.1 (~)12.0.3 (~)12.0.5 **9999 {test PYTHON_TARGETS="pypy pypy3 python2_7 python3_3 python3_4"} Installed versions: 12.0.1^t(14:26:10 2015-01-18)(-test PYTHON_TARGETS="python2_7 python3_3 python3_4 -pypy -pypy3") Homepage: http://pypi.python.org/pypi/setuptools Description: a collection of extensions to Distutils Removing python-daemon & setuptools allowed for setuptools and python-daemon to be installed successfully! It also allowed pyopengl to install successfully! I guess this can be closed since everything works with workarounds. So closing it then |