-
Notifications
You must be signed in to change notification settings - Fork 313
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
Unable to install indigo #98
Comments
Thanks for the details. It seems you are trying to install the package without activating the virtual environment. Could you please answer the following questions to assist you better?
|
Hi @hinakhadim I have sudo and full privileges on the system. I tried to install the package in the conda virtual environment but the tutor couldn't find it until I installed it system-wide. |
As I explained in my answer to your Youtube command, you should not ever ever install tutor with sudo. Please watch again https://youtu.be/dTHHeEXu2c8?feature=shared&t=348 |
I am on Ubuntu Desktop 24.04 LTS, Python 3.12.3, tutor 18.1.3
I was unable to install indigo using the command
tutor plugins install indigo
since it installs system-wide.I had to install it using
pip install tutor-indigo --break-system-packages
tutor plugins install indigo
pip install tutor-indigo --break-system-packages
The text was updated successfully, but these errors were encountered: