Closed thasipablo closed 1 month ago
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 usingpip install tutor-indigo --break-system-packages
tutor plugins install indigo
pip install tutor-indigo --break-system-packages