timothydmorton / isochrones

Pythonic stellar model grid access; easy MCMC fitting of stellar properties
http://isochrones.readthedocs.org
MIT License
120 stars 62 forks source link

ERROR: Failure: ModuleNotFoundError (No module named 'isochrone') #146

Closed lichengy5 closed 3 years ago

lichengy5 commented 3 years ago

Hi, I just follow the install instruction step by step.

When I ran nosetests isochrone, it reports:

====================================================================== ERROR: Failure: ModuleNotFoundError (No module named 'isochrone')

Traceback (most recent call last): File "/Users/lichengyuan/opt/anaconda3/envs/isochrones/lib/python3.8/site-packages/nose/failure.py", line 39, in runTest raise self.exc_val.with_traceback(self.tb) File "/Users/lichengyuan/opt/anaconda3/envs/isochrones/lib/python3.8/site-packages/nose/loader.py", line 406, in loadTestsFromName module = resolve_name(addr.module) File "/Users/lichengyuan/opt/anaconda3/envs/isochrones/lib/python3.8/site-packages/nose/util.py", line 312, in resolve_name module = import('.'.join(parts_copy)) ModuleNotFoundError: No module named 'isochrone'


Ran 1 test in 0.000s

FAILED (errors=1)

Is there anyone who knows if I have successfully installed the module?

Thanks,

Joshua