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 wasn't able to run this in a vanilla Python setup. Could you please document the Python library dependencies and (ideally) add a conda yaml that builds a working environment ?
Traceback (most recent call last):
File "/home/rmorin/LGenIC/generate_input.py", line 13, in <module>
from sortedcontainers import SortedSet
ModuleNotFoundError: No module named 'sortedcontainers'
The text was updated successfully, but these errors were encountered:
I wasn't able to run this in a vanilla Python setup. Could you please document the Python library dependencies and (ideally) add a conda yaml that builds a working environment ?
The text was updated successfully, but these errors were encountered: