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

Runtime error failing to import idc_index._version #69

Open
fedorov opened this issue May 1, 2024 · 2 comments
Open

Runtime error failing to import idc_index._version #69

fedorov opened this issue May 1, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@fedorov
Copy link
Member

fedorov commented May 1, 2024

This is happening with current main

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'
@fedorov fedorov added the bug Something isn't working label May 1, 2024
@fedorov
Copy link
Member Author

fedorov commented May 8, 2024

@jcfr do you have any ideas what might be causing this?

We don't even have a way to reproduce this error. It happens in some python environments.

@jcfr
Copy link
Collaborator

jcfr commented May 8, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants