You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I open ccdl.command or Adobe Packager.command, then:
python3 found!
installing requests 2.28.2...
error: externally-managed-environment
× This environment is externally managed
╰─> To install Python packages system-wide, try brew install
xyz, where xyz is the package you are trying to
install.
[...]
If I run python3 ccdl.py then:
Trying to Install required module: tqdm
error: externally-managed-environment
× This environment is externally managed
╰─> To install Python packages system-wide, try brew install
xyz, where xyz is the package you are trying to
install.
[...]
I therefore set up a virtual environment, but then I am unable to perform the install, either for lack of knowledge or compatibility. Ideally I'd like to install adobe-packager without virtual environment.
The text was updated successfully, but these errors were encountered:
The reason I installed the 'requests' and 'tqdm' modules is because, in addition to the externally-managed-environment error, I was getting ModuleNotFoundError: No module named 'requests'/'tqdm' errors
Is using a virtual environment mandatory? If not, how could I go about it?
macOS 10.15
If I open ccdl.command or Adobe Packager.command, then:
If I run
python3 ccdl.py
then:I therefore set up a virtual environment, but then I am unable to perform the install, either for lack of knowledge or compatibility. Ideally I'd like to install adobe-packager without virtual environment.
The text was updated successfully, but these errors were encountered: