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
Traceback (most recent call last):
File "/Users/af61/Downloads/idc-index/./download_manifest.py", line 2, in <module>
from idc_index import index
File "/Users/af61/Downloads/idc-index/idc_index/__init__.py", line 10, in <module>
from ._version import version as __version__
ModuleNotFoundError: No module named 'idc_index._version'
The text was updated successfully, but these errors were encountered:
Looks like the script download_manifest.py is being executed from a directory itself containing a sub folder called idc_index ? This likely leads to the wrong package being imported.
This is happening with current main
The text was updated successfully, but these errors were encountered: