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

tangermeme cli error ModuleNotFoundError: No module named '_tomtom' #21

Open
simozhou opened this issue Oct 1, 2024 · 1 comment
Open

Comments

@simozhou
Copy link

simozhou commented Oct 1, 2024

I have installed tangermeme via pip install tangermeme on an empty conda env with Python==3.12

Whenever I try to run anything I get this error:

(tangermeme) [procacci@login01 ~]$ tangermeme 
Traceback (most recent call last):
  File "/g/furlong/procaccia/miniconda3/envs/tangermeme/bin/tangermeme", line 11, in <module>
    from _tomtom import _run_tomtom
ModuleNotFoundError: No module named '_tomtom'

Am I doing something wrong?

Thanks

@jmschrei
Copy link
Owner

That's weird. I don't think you're doing anything wrong. I've seen this a few times during development but hasn't been reproducible for a while. Would you mind trying to reinstall from scratch in a few hours, and if the problem persists, let me know what is in the cmd directory of your installation? (you can cross-ref with the cmd directory on GitHub)

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