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

ModuleNotFoundError for version 2.4.1 #45

Closed
bradenyang opened this issue May 1, 2024 · 4 comments
Closed

ModuleNotFoundError for version 2.4.1 #45

bradenyang opened this issue May 1, 2024 · 4 comments

Comments

@bradenyang
Copy link

Hi,

Just wanted to first say that this is a really great tool that you've developed!

I am currently running into an issue with installing version 2.4.1 of the package via pip. I have a conda environment set up, and when I install the package and try to import it in python, I get this error:

>>> import neuroHarmonize
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'neuroHarmonize'

Upon inspection of where the package was installed in my conda environment, I see a directory named "neuroHarmonize-2.4.1.dist-info", but no actual python module with the accompanying code. I also tried reinstalling a previous version of the package (2.3.0), and that seemed to work just fine. Any idea about what might be going on? Thanks in advance!

@aboccali
Copy link

aboccali commented May 6, 2024

Hi,
I have the same problem!

@clarkenj
Copy link

clarkenj commented May 6, 2024

Following as I have the same problem!

@rpomponio
Copy link
Owner

Hello,

Thank you all for raising this to my attention. I believe it is a simple mistake on my end that I am working on now.

I will try to upload a patched version to the python packaging index.

Will keep this issue open until then.

@rpomponio
Copy link
Owner

I believe this is now fixed with version 2.4.2, which is on the packaging index.

I'll close this issue but feel free to re-open it if the problem persists.

FYI - as a workaround, installing version 2.4.1 with GitHub was successful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants