Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4049

Python • Re: Failed to build wheel for...

$
0
0
One day I will come up with a command that tells us if we have a venv with system packages or not.
Could you look in the env pyenv.cfg file?

Code:

rpdom@raspi16:~ $ python3 -m venv --system-site-packages env1rpdom@raspi16:~ $ python3 -m venv  env2rpdom@raspi16:~ $ diff env1/pyvenv.cfg env2/pyvenv.cfg 2c2< include-system-site-packages = true---> include-system-site-packages = false5c5< command = /usr/bin/python3 -m venv --system-site-packages /home/rpdom/env1---> command = /usr/bin/python3 -m venv /home/rpdom/env2

Statistics: Posted by rpdom — Fri Nov 22, 2024 6:30 pm



Viewing all articles
Browse latest Browse all 4049

Trending Articles