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

bbopt seems to be stuck on old version of networkx #9

Open
gcoon151 opened this issue Oct 26, 2019 · 6 comments
Open

bbopt seems to be stuck on old version of networkx #9

gcoon151 opened this issue Oct 26, 2019 · 6 comments

Comments

@gcoon151
Copy link

I started playing with mycroft-precise for some personal stuff and bbopt seems stuck on a really old version of networkx.

That causes problems like this:
MycroftAI/mycroft-precise#92

and makes for ugly workarounds of nailing down versions like this:
MycroftAI/mycroft-precise#93

@evhub
Copy link
Owner

evhub commented Oct 28, 2019

@gcoon151 I pinned networkx to fix a hyperopt bug, though possibly it's been fixed on the latest version of hyperopt. I'll check and see if it can be updated. For now, if you just pip install bbopt --no-deps and then install the dependencies you want manually it should work.

@evhub
Copy link
Owner

evhub commented Oct 28, 2019

@gcoon151 This should be fixed now on the latest version.

@PureTryOut
Copy link

Sadly the same thing is happening again. It depends on networkx<2.0,>=1.0, but networkx is now version 2.4. Could the restrictions be loosened a bit?

@evhub
Copy link
Owner

evhub commented Aug 19, 2020

@PureTryOut What Python version are you using? The current requirements should be set to networkx<2.0,>=1.0 on Python 2 but networkx>=2.2 on Python 3.

@evhub evhub reopened this Aug 19, 2020
@PureTryOut
Copy link

Python 3.8, so not sure how that is happening then

@evhub
Copy link
Owner

evhub commented Aug 20, 2020

@PureTryOut Are you sure you're using the latest version of bbopt? If you run pip install -U bbopt>=1.1.9, does that fix the problem?

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

No branches or pull requests

3 participants