We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I try to run make install under Python 3.10.9 virtual environment, it ends up with following up (I have upgraded pip):
make install
Installed /home/admin/venv-py3109/lib/python3.10/site-packages/lmfit-1.2.2-py3.10.egg Searching for PyOpenGL>=3.1.5 Reading https://pypi.org/simple/PyOpenGL/ Downloading https://files.pythonhosted.org/packages/99/48/00e31747821d3fc56faddd00a4725454d1e694a8b67d715cf20f531506a5/PyOpenGL-3.1.7-py3-none-any.whl#sha256=a6ab19cf290df6101aaf7470843a9c46207789855746399d0af92521a0a92b7a Best match: PyOpenGL 3.1.7 Processing PyOpenGL-3.1.7-py3-none-any.whl Installing PyOpenGL-3.1.7-py3-none-any.whl to /home/admin/venv-py3109/lib/python3.10/site-packages Adding PyOpenGL 3.1.7 to easy-install.pth file Installed /home/admin/venv-py3109/lib/python3.10/site-packages/PyOpenGL-3.1.7-py3.10.egg Searching for PyQt5>=5.15.0 Reading https://pypi.org/simple/PyQt5/ Downloading https://files.pythonhosted.org/packages/5c/46/b4b6eae1e24d9432905ef1d4e7c28b6610e28252527cdc38f2a75997d8b5/PyQt5-5.15.9.tar.gz#sha256=dc41e8401a90dc3e2b692b411bd5492ab559ae27a27424eed4bd3915564ec4c0 Best match: PyQt5 5.15.9 Processing PyQt5-5.15.9.tar.gz error: Couldn't find a setup script in /tmp/easy_install-r4zk5qbn/PyQt5-5.15.9.tar.gz make: *** [install] Error 1
Please suggest.
The text was updated successfully, but these errors were encountered:
Running make report results following:
make report
tar: *.log: Cannot stat: No such file or directory tar: Exiting with failure status due to previous errors make: *** [report] Error 2
Sorry, something went wrong.
No branches or pull requests
When I try to run
make install
under Python 3.10.9 virtual environment, it ends up with following up (I have upgraded pip):Please suggest.
The text was updated successfully, but these errors were encountered: