[ecco-support] Issue with ECCO installation
Atousa Saberi
atousa.saberi at jhu.edu
Tue May 7 16:01:49 EDT 2019
Hi,
I'm using windows, but I also use bash on ubuntu on windows. So I have two pythons: one on windows (installed by conda and then using conda prompt and/or spyder) and one on the ubuntu (linux terminal)
I went through the ecco tutorial and after installation tried to import ecco_v4_py and got the following errors.
I was wondering if you could help me with that?
1. For Conda:
Traceback (most recent call last):
File "<ipython-input-11-4891020ef9e6>", line 4, in <module>
import ecco_v4_py as ecco
File "C:\ProgramData\Anaconda3\lib\site-packages\ecco_v4_py\__init__.py", line 1, in <module>
from ecco_utils import minimal_metadata
ModuleNotFoundError: No module named 'ecco_utils'
1. For linux, nearly the same error:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python3.5/dist-packages/ecco_v4_py/__init__.py", line 1, in <module>
from ecco_utils import minimal_metadata
ImportError: No module named 'ecco_utils'
What do you suggest that I do?
Thanks,
Atousa
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/pipermail/ecco-support/attachments/20190507/5b57132b/attachment.html
More information about the ecco-support
mailing list