brian-team / brian2modelfitting

Model fitting toolbox for the Brian 2 simulator
https://brian2modelfitting.readthedocs.io
Other
14 stars 6 forks source link

nevegrad 'instrumentation' problem #35

Closed gvignoud closed 2 years ago

gvignoud commented 4 years ago

Hi, when installing using pip, it installs nevergrad 0.4.1post3 which is not compatible. It raises, from nevergrad import instrumentation as inst ImportError: cannot import name 'instrumentation'

Going back to nevegrad 0.3.0 solved the problem for me. Best,

mstimberg commented 4 years ago

Yes, this is a known issue and already "fixed" in the master branch (by requiring nevergrad 0.3). We will do a release soon so that it is fixed when installing from pip. I'll leave the bug report open to make this clearer to other users who run into the same problem.

mstimberg commented 2 years ago

Fixed via #68