-
Notifications
You must be signed in to change notification settings - Fork 168
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
Install failed #1332
Comments
Hey @MrMic thanks for opening this issue + sorry for the troubles! The installation might have failed for a few reasons. Can you share here the list of Python packages in this environment? I'll take a look for incompatibilities. |
Here it is @aarondr77 I'm eager to read how to fix it. |
I see what's happening here. The installation is failing because of two main issues:
Here's how to fix it:
python -m venv mito_env
source mito_env/bin/activate # On Windows, use: mito_env\Scripts\activate
python -m pip install mitoinstaller
python -m mitoinstaller install --no-cache-dir This solution is based on:
Important notes:
Let me know if you run into any issues with these steps, and I'll be happy to help further! |
Hi,
As described I have:
Can you fix what happened?
Rgds,
The text was updated successfully, but these errors were encountered: