-
Notifications
You must be signed in to change notification settings - Fork 331
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
pip install -e ./tutor-indigo fails on Ubuntu 22.04LTS #122
Comments
24.04 gives a different error, looks like we might have to do a virtual environment for it.
|
Hello, I have the same issue, even with a virtualenv. Maybe I've not set the appropriate folder... Thanks in advance. |
What I ended up doing was creating a virtual environment to install
|
Great, it worked ! I didn't even have to install Indigo, it worked out of the box contrary to my previous installation of tutor from the repository) |
It does not appear to be Indigo issue. It is related to configuration/setup issues on the machine. The I will close this issue unless there are any objections/concerns. Thanks |
Can the documentation be updated to say this? The current docs do not mention a virtual environmentOn Feb 11, 2025, at 1:39 AM, Syed Muhammad Dawoud Sheraz Ali ***@***.***> wrote:
It does not appear to be Indigo issue. It is related to configuration/setup issues on the machine. The externally-managed-environment, for instance, happens because the python main environment is managed by apt and does not allow pip install to edit the packages. Setting up venv is the go-to-way.
Related thread: https://discuss.openedx.org/t/fresh-ubuntu-install/14974
I will close this issue unless there are any objections/concerns. Thanks
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Yes, the documentation update will be done. See overhangio/tutor#1198 |
Closing this as Tutor official documentation update will be taken care of in overhangio/tutor#1198. |
From what I can gather it might be related to this issue: pypa/pip#7953
I had to upgrade from Ubuntu 20, since tutor dropped support for Python 3.8. I'm going to try upgrading to Ubuntu 24 to see if it might be fixed there, but wanted to log the issue in case you have any other suggestions.
The text was updated successfully, but these errors were encountered: