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
When I try to import pyde.de, I get the error:
---> 14 from pyde.de import DiffEvol 15 import emcee 16 import corner /home/marko/anaconda3/lib/python3.5/site-packages/pyde/de.py in <module>() 9 import numpy as np 10 from numpy.random import random, randint ---> 11 from de_f import de_f 12 13 class DiffEvol(object): ImportError: No module named 'de_f'
Is there something else I need to do during installation?
The text was updated successfully, but these errors were encountered:
Can you pull the latest changes and reinstall. I had fixed this (I think), but forgotten to push the changes to GitHub...
Sorry, something went wrong.
hpparvi
No branches or pull requests
When I try to import pyde.de, I get the error:
Is there something else I need to do during installation?
The text was updated successfully, but these errors were encountered: