Skip to content
New issue

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

ZMQ seems depracated, suggestion to move to pyzmq #176

Open
Karel-van-de-Plassche opened this issue Feb 27, 2025 · 3 comments
Open

ZMQ seems depracated, suggestion to move to pyzmq #176

Karel-van-de-Plassche opened this issue Feb 27, 2025 · 3 comments

Comments

@Karel-van-de-Plassche
Copy link

Karel-van-de-Plassche commented Feb 27, 2025

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 ;)

@Karel-van-de-Plassche
Copy link
Author

@LourensVeen Might touch https://github.com/multiscale/muscle3/tree/master via dependency tree

@LourensVeen
Copy link

Thanks for the heads-up! Unless disaster strikes I'll be releasing MUSCLE3 0.8.0 this weekend.

@Karel-van-de-Plassche
Copy link
Author

I solved it locally by using version avoidance from pypa/setuptools#4483 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants