Manual Requirements fails #104546

Closed
opened 2023-09-04 09:59:30 +02:00 by Peter MOUEZA · 1 comment

Page Information
File: manual/contribute/install/linux.rst
Blender Version: 3.6
Documentation Language: en
Permanent Link

Short description of error
Syntax error of pip3 install -r requirements.txt

Long description of error
Syntax error of pip3 install -r requirements.txt :

~/POUB/BLENDERmanual/blender-manual$ pip3 install -r requirements.txt
error: externally-managed-environment

× This environment is externally managed
╰─> To install Python packages system-wide, try apt install
python3-xyz, where xyz is the package you are trying to
install.

If you wish to install a non-Debian-packaged Python package,
create a virtual environment using python3 -m venv path/to/venv.
Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make
sure you have python3-full installed.

If you wish to install a non-Debian packaged Python application,
it may be easiest to use pipx install xyz, which will manage a
virtual environment for you. Make sure you have pipx installed.

See /usr/share/doc/python3.11/README.venv for more information.

note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.
hint: See PEP 668 for the detailed specification.
~/POUB/BLENDERmanual/blender-manual$

**Page Information** File: `manual/contribute/install/linux.rst` Blender Version: `3.6` Documentation Language: `en` [Permanent Link](https://docs.blender.org/manual/en/3.6/contribute/install/linux.html) **Short description of error** Syntax error of pip3 install -r requirements.txt **Long description of error** Syntax error of pip3 install -r requirements.txt : ~/POUB/BLENDERmanual/blender-manual$ pip3 install -r requirements.txt error: externally-managed-environment × This environment is externally managed ╰─> To install Python packages system-wide, try apt install python3-xyz, where xyz is the package you are trying to install. If you wish to install a non-Debian-packaged Python package, create a virtual environment using python3 -m venv path/to/venv. Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make sure you have python3-full installed. If you wish to install a non-Debian packaged Python application, it may be easiest to use pipx install xyz, which will manage a virtual environment for you. Make sure you have pipx installed. See /usr/share/doc/python3.11/README.venv for more information. note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages. hint: See PEP 668 for the detailed specification. ~/POUB/BLENDERmanual/blender-manual$
Peter MOUEZA added the
Priority
Normal
Status
Needs Triage
Type
Report
labels 2023-09-04 09:59:31 +02:00
Author

I am under Ubuntu 23.04

I am under Ubuntu 23.04
Blender Bot added
Status
Resolved
and removed
Status
Needs Triage
labels 2024-01-20 21:18:29 +01:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-manual#104546
No description provided.