You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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)
I have installed tangermeme via
pip install tangermeme
on an empty conda env with Python==3.12Whenever I try to run anything I get this error:
Am I doing something wrong?
Thanks
The text was updated successfully, but these errors were encountered: