Skip to content
New issue

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

ImportError: No module named 'de_f' #4

Open
mar-ses opened this issue Mar 2, 2017 · 1 comment
Open

ImportError: No module named 'de_f' #4

mar-ses opened this issue Mar 2, 2017 · 1 comment
Assignees
Labels

Comments

@mar-ses
Copy link

mar-ses commented Mar 2, 2017

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?

@hpparvi
Copy link
Owner

hpparvi commented Mar 6, 2017

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

@hpparvi hpparvi self-assigned this Mar 6, 2017
@hpparvi hpparvi added the bug label Mar 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants