PyDE
PyDE copied to clipboard
ImportError: No module named 'de_f'
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?
Can you pull the latest changes and reinstall. I had fixed this (I think), but forgotten to push the changes to GitHub...