Skip to content
This repository has been archived by the owner on Dec 22, 2021. It is now read-only.

Error "No module named fatiando" #405

Open
pari65 opened this issue Jun 6, 2017 · 5 comments
Open

Error "No module named fatiando" #405

pari65 opened this issue Jun 6, 2017 · 5 comments

Comments

@pari65
Copy link

pari65 commented Jun 6, 2017

Hi there!
I'm trying to install fatiando, I'm working with pyhton 2.7 & using the 'http://www.fatiando.org/install.html' instructions. I have used both cond and pip installation and all procedure looks good & have no error during installing but at the end I can't run the fatiando with this error:
Traceback :
File "< string >", line 1, in
ImportError: No module named fatiando
What should I do with this error???

@leouieda leouieda changed the title Error Error "No module named fatiando" Jun 6, 2017
@leouieda
Copy link
Member

leouieda commented Jun 6, 2017

Hi @pari65,
Can you please tell me exactly all the steps that you did?
Did you install both ways one after the other?
What operating system are you using?
Are you getting that error from a script?
Thanks!

@pari65
Copy link
Author

pari65 commented Jun 8, 2017

Hi leo
I did exactly all the instructions in 'http://www.fatiando.org/install.html#install", both ways, conda and pip & all the steps line by line. when I was testing the install like 'import fatiando' in python interpreter and ' python -c "import fatiando; fatiando.test()" ' in command I got that ERROR!
I'm working with Windows 7, 64-bit operating system.
Thanks

P.S. I mailed you before, I had problem in installing fatiando because I had python3.6 , I have changed it to python 2.7.

@leouieda
Copy link
Member

leouieda commented Jun 8, 2017

OK. So you don't get any errors during the conda install fatiando -c conda-forge right?

When you open the Python interpreter, do you see something like the following?

Python 2.7.13 |Continuum Analytics, Inc.| (default, Dec 20 2016, 23:09:15) 
[GCC 4.4.7 20120313 (Red Hat 4.4.7-1)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
Anaconda is brought to you by Continuum Analytics. 
Please check out: http://continuum.io/thanks and https://anaconda.org
>>>

Or do you see something like this (without all the Anaconda stuff):

Python 2.7.9 (default, Jun 29 2016, 13:08:31) 
[GCC 4.9.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>

Could also please tell me the output of the command conda list?

@pari65
Copy link
Author

pari65 commented Jun 9, 2017

I think I did a big mistake and my anaconda was 32-bit, I'm trying to install the 64-bit anaconda and try the steps again!!

@leouieda
Copy link
Member

leouieda commented Jun 9, 2017

OK, let me know if it works. Things tend to be more difficult in Windows and having 32 x 64bit and Python 2.7 x 3.6 doesn't help :)

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

No branches or pull requests

2 participants