Fixing Common Install Errors
The most Mito installation issues and how to fix them.
Last updated
Was this helpful?
The most Mito installation issues and how to fix them.
Last updated
Was this helpful?
Most install errors are a result of conflicting Python packages within your base environment. Thus, most install errors can be fixed by installing Mito inside of a virtual environment. If you are having any trouble with installing Mito,
Currently, JupyterLab version 3.x does not support Python 3.12. While we wait on 3.12 support, Mito is unable to install properly on Python 3.12.
To get Mito installed, you will need to downgrade to a previous version of Python. This can be done easily by using a and the following commands:
This is the most common error, and it is likely because you have failed to refresh your Jupyter. This is usually fixable through the following steps:
Shut down all of the currently running Jupyter instances.
Close all browser tabs with Jupyter open.
Relaunch Jupyter.
Retry calling mitosheet.sheet()
If this does not work, try rerunning the installer and repeating the above steps.
If your installation fails with a PermissionError
, then you likely will be able to successfully install Mito by rerunning the installation commands with adminstrator privileges.
You're probably receiving this error because you need to install the SSL certificates.
If you downloaded Python from the official website, then run /Applications/Python\ 3.9/Install\ Certificates.command
in a terminal (change 3.9
to whatever version you installed).
If you installed Python using MacPorts, run sudo port install curl-ca-bundle
in a terminal.
This error usually occurs when trying to install a Python package outside of a virtual environment. To resolve this error follow the instructions on the Setting Up a Virtual Environment.
For Windows, this means, and for Mac/Linux means using the sudo command for the installation commands.
If you have any other issues installing Mito, or you're looking to install Mito on JupyterHub or Kuberenetes, get in touch through our . We'd love to help.
Follow this .
Still having installation issues? Get in contact with our support team through , , or by emailing jake@sagacollab.com