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

Specify pyzmq version due to osbrain #175

Open
bangxiangyong opened this issue Jan 29, 2021 · 1 comment
Open

Specify pyzmq version due to osbrain #175

bangxiangyong opened this issue Jan 29, 2021 · 1 comment

Comments

@bangxiangyong
Copy link
Member

There's some breaking happening which i painfully figured out -

  • pyzmq (a dependency of osbrain) was updated few hours ago ..
  • upon importing the agentMET4FOF latest version (0.4.1) , the following occurs
  • ImportError: DLL load failed while importing error: The specified module could not be found.
  • this problem is fixed by downgrading the pyzmq from 22.0.1 to 21.0.1

We may need to put this in the requirements.txt

@BjoernLudwigPTB
Copy link
Member

This constraint should then go into the setup.py's section install_requires, where we should put something like pyzmq<22.0.1 after some thorough testing which is the first version, that breaks. Of course we should include a comment about the error, with a link to this issue for further investigations at later times. We did something similar for matplotlib.

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