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

Error when importing chen #1

Closed
marchezinixd opened this issue Jan 13, 2017 · 3 comments
Closed

Error when importing chen #1

marchezinixd opened this issue Jan 13, 2017 · 3 comments

Comments

@marchezinixd
Copy link

marchezinixd commented Jan 13, 2017

Jupyter show the following error when trying to import module 'chen'

ImportError Traceback (most recent call last)
in ()
----> 1 from pyFTS import chen

C:\Users\guilherme.marchezini\AppData\Local\Continuum\Anaconda3\lib\site-packages\pyFTS\chen.py in ()
1 import numpy as np
2 from pyFTS.common import FuzzySet, FLR
----> 3 import fts
4
5

ImportError: No module named 'fts'

@petroniocandido
Copy link
Collaborator

a) Which python version are you working with?
b) Are you working with the last version of pyFTS?
c) Are you working at python shell or with Jupyter notebooks?

Att.

@marchezinixd
Copy link
Author

A) Python 3.5.2.0
B) Yes, I used the github version 13/01/2017
C) Jupyter notebooks

petroniocandido added a commit that referenced this issue Jan 16, 2017
@petroniocandido
Copy link
Collaborator

I just sent a patch. Please update your code and try again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants