-
Notifications
You must be signed in to change notification settings - Fork 18
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
Error with Install of Gemelli standalone #102
Comments
I @tmdoswald87, Could you please copy/paste the whole error report? That would help me diagnose thee issue. Thanks! Cameron |
Hi @tmdoswald87 , I am unable to replicate the error, assuming numpy and Cython are already installed, I can get the same error if they are not. Could you tell me the result of the commands:
Additionally what operating system (and version) are you using? That should verify that they are installed and the versions so I can try and replicate. Thanks, Cameron |
Thanks, @tmdoswald87. Looping in @wasade because the issue seems to be in the iow install. Could you try installing after changing to cython version < 3 (e.g., cython==0.29.37)? |
Thanks for confirming @tmdoswald87. Can you run |
And what happens if Note we do not test iow on Windows, and given it is concerned with specific C types, it is more likely to be sensitive to Windows than vanilla Python |
I am hesitant to install iow on my current device since I don't know that much about it, so I have switched to a different laptop. I am installing this through PyCharm. My python version is 3.11.3 and my pip list can be seen here: Trying to install iow: I also tried to follow the instructions given on the iow pypi page and it failed install as well. Found here: https://pypi.org/project/iow/#:~:text=Project%20description.%20Improved%20Octo |
What happens if you do |
Greetings, I am having some issues trying to install gemelli as a standalone outside of qiime2. The output states that there is no module named 'numpy' but I have installed. I can see it in my pip list too. Is there anything I can do differently to install this library?
The text was updated successfully, but these errors were encountered: