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
Tried to install cadnano2 and got the following error.
Traceback (most recent call last):
File "/Users/manzhang/virtualenvs/cn240/bin/cadnano2", line 5, in
from cadnano2.main import main
File "/Users/manzhang/virtualenvs/cn240/lib/python3.13/site-packages/cadnano2/main.py", line 11, in
import pkg_resources # part of setuptools
^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'pkg_resources'
The text was updated successfully, but these errors were encountered:
Tried to install cadnano2 and got the following error.
Traceback (most recent call last):
File "/Users/manzhang/virtualenvs/cn240/bin/cadnano2", line 5, in
from cadnano2.main import main
File "/Users/manzhang/virtualenvs/cn240/lib/python3.13/site-packages/cadnano2/main.py", line 11, in
import pkg_resources # part of setuptools
^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'pkg_resources'
The text was updated successfully, but these errors were encountered: