-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Description
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?
Reactions are currently unavailable