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
See failing job in MUSCLE install here: https://gitlab.com/qualikiz-group/QLKNN-fortran/-/jobs/9268217574 Relevant snip:
$ pip install "qcg-pilotjob==0.13.1" Collecting qcg-pilotjob==0.13.1 Downloading qcg_pilotjob-0.13.1-py3-none-any.whl.metadata (2.9 kB) Collecting zmq (from qcg-pilotjob==0.13.1) Downloading zmq-0.0.0.zip (2.2 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'error' error: subprocess-exited-with-error × python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [41 lines of output] You probably meant 'pyzmq' not 'zmq'
Seems like installing from source works if one works around the outdated install procedures: https://gitlab.com/qualikiz-group/QLKNN-fortran/-/jobs/9273229974
Current GitLab jobs fails because my MPI is messy in Docker ;)
The text was updated successfully, but these errors were encountered:
@LourensVeen Might touch https://github.com/multiscale/muscle3/tree/master via dependency tree
Sorry, something went wrong.
Thanks for the heads-up! Unless disaster strikes I'll be releasing MUSCLE3 0.8.0 this weekend.
I solved it locally by using version avoidance from pypa/setuptools#4483 (comment)
No branches or pull requests
See failing job in MUSCLE install here: https://gitlab.com/qualikiz-group/QLKNN-fortran/-/jobs/9268217574
Relevant snip:
Seems like installing from source works if one works around the outdated install procedures: https://gitlab.com/qualikiz-group/QLKNN-fortran/-/jobs/9273229974
Current GitLab jobs fails because my MPI is messy in Docker ;)
The text was updated successfully, but these errors were encountered: