그래서 system-site-packages가있는 virtualenv를 설정하고 vrmlmol
라고합니다. vrmlmol
환경 내에서 yolk
과 pip
을 설치했습니다. 당신이 PyPI에 존재하지 않는 PyOpenGL의 2.X 버전을 참조로
다음은 출력 -PyVRML97에는 PyOpenGL의 이전 버전이 필요합니다.
(vrmlmol)[email protected]:~/vrmlmol$ yolk -V PyOpenGL
PyOpenGL 3.1.0b1
PyOpenGL 3.0.2
PyOpenGL 3.0.1
(vrmlmol)[email protected]:~/vrmlmol$ yolk -V PyVRML97
PyVRML97 2.3.0a4
입니다. 이 패키지 이후
(vrmlmol)[email protected]:~/vrmlmol$ pip install -I PyOpenGL PyVRML97
Downloading/unpacking PyOpenGL
Downloading PyOpenGL-3.0.2.tar.gz (891kB): 891kB downloaded
Running setup.py egg_info for package PyOpenGL
warning: no previously-included files matching '*.odt' found anywhere in distribution
warning: no previously-included files matching '*.odp' found anywhere in distribution
warning: no previously-included files matching '.cvsignore' found anywhere in distribution
warning: no previously-included files matching '*.diff' found anywhere in distribution
warning: no previously-included files found matching 'src/*.h'
warning: no previously-included files found matching 'src/*.xml'
warning: no previously-included files found matching 'src/*.zip'
warning: no previously-included files found matching 'src/*.pdf'
warning: no previously-included files found matching 'src/*.zip'
warning: no previously-included files found matching 'src/*.txt'
warning: no files found matching 'src/win32deps.py'
warning: no files found matching 'src/toglinstall/get_togl.py'
warning: no files found matching 'ChangeLog.txt'
warning: no previously-included files found matching 'OpenGL_accelerate'
Downloading/unpacking PyVRML97
Could not find a version that satisfies the requirement PyVRML97 (from versions: 2.2.0a4, 2.2.0a5, 2.2.0a5, 2.2.0a6, 2.2.0a6, 2.2.0a7, 2.2.0a7, 2.2.0a8, 2.2.0a8, 2.3.0a1, 2.3.0a1, 2.3.0a2, 2.3.0a2, 2.3.0a3, 2.3.0a3, 2.3.0a4, 2.3.0a4)
Cleaning up...
No distributions matching the version for PyVRML97
Storing complete log in /home/debanjan/.pip/pip.log
내가 새로운 PyVRML 또는 이전 PyOpenGL를 설치하는 PIP를 사용하여 모든 옵션이 표시되지 않는 존재하지 않는 : 나는 PyOpenGL 및 PyVRML를 설치하려고 할 때 다음과 같은 종속 실패를 얻을. 도움이 필요 하신가요? 나는 몇몇 동료들이 자신의 셋업을 쉽게 시작할 수 있도록 노력하고 있습니다. 그래서 핍은 그들에게 좋은 것이 될 것입니다.