PyDE icon indicating copy to clipboard operation
PyDE copied to clipboard

ImportError: No module named 'de_f'

Open mar-ses opened this issue 8 years ago • 1 comments

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?

mar-ses avatar Mar 02 '17 14:03 mar-ses

Can you pull the latest changes and reinstall. I had fixed this (I think), but forgotten to push the changes to GitHub...

hpparvi avatar Mar 06 '17 11:03 hpparvi