-
Notifications
You must be signed in to change notification settings - Fork 76
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 Attempting to Run medaka after pip install #544
Comments
From the fact that you shell prompt contains both |
i uninstalled medaka from within the conda base environment, deactivated the base environment, and reinstalled medaka using pip in the virtual environment and i am still getting the same error:
i was really hoping reinstalling outside of the conda env would work! |
Can you please provide the full output of the pip install command having created a new virtual environment. |
of course! here it is:
|
I'm not entirely sure what is happening here. Pip is seemingly referencing three different versions of medaka in that logging before finally settling on a rather old version. It references also x86, is you MacBook an Intel based Mac? |
it is an intel-based mac |
now i've deleted the original medaka virtual environment and recreated it and am getting a completely different error when trying to reinstall medaka:
|
update: the above error resulted from python3 automatically creating a virtual environment with python 3.12, so i created a virtual environment using the following command:
And then attempted to install medaka again, which seemed to have installed successfully:
But then i continue to get the same error:
I'm honestly so confused about what's happening. I attempt to reinstall libdeflate using brew:
But this doesn't fix the issue. So confusing!! |
You should not need to install libdeflate through brew in order for medaka to work --- its is intended to be included within the medaka code. I will try to reproduce this issue as soon as I've dug out an old Intel macbook from my cupboard. |
Describe the bug
A clear and concise description of what the bug is including the command that you have run.
I have successfully installed medaka and all dependencies in a venv using the instructions for installing using pip.
Logging
When I attempt to run medaka, however, I get the following error:
Environment (if you do not have a GPU, write No GPU):
Additional context
libdeflate is installed and I have reinstalled it with pip, but the error message keeps getting thrown.
Any help would be much appreciated!
The text was updated successfully, but these errors were encountered: