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 on running nosetests isochrones #192

Open
pjjanas opened this issue Jun 18, 2024 · 0 comments
Open

Error on running nosetests isochrones #192

pjjanas opened this issue Jun 18, 2024 · 0 comments

Comments

@pjjanas
Copy link

pjjanas commented Jun 18, 2024

I'm getting an error on running nosetests isochrones. The main issue that it is not finding the module imp. I followed all installation instructions thus far from the documentation page; creating new conda environment etc. Here's the traceback:

Traceback (most recent call last):
  File "/Users/pjjanas/anaconda3/envs/isochrones/bin/nosetests", line 6, in <module>
    from nose import run_exit
  File "/Users/pjjanas/anaconda3/envs/isochrones/lib/python3.12/site-packages/nose/__init__.py", line 1, in <module>
    from nose.core import collector, main, run, run_exit, runmodule
  File "/Users/pjjanas/anaconda3/envs/isochrones/lib/python3.12/site-packages/nose/core.py", line 12, in <module>
    from nose.loader import defaultTestLoader
  File "/Users/pjjanas/anaconda3/envs/isochrones/lib/python3.12/site-packages/nose/loader.py", line 21, in <module>
    from nose.importer import Importer, add_path, remove_path
  File "/Users/pjjanas/anaconda3/envs/isochrones/lib/python3.12/site-packages/nose/importer.py", line 12, in <module>
    from imp import find_module, load_module, acquire_lock, release_lock
ModuleNotFoundError: No module named 'imp'
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

1 participant