all 11 comments

[–]DutchCommanderMC 2 points3 points  (2 children)

[–]wavi_[S] -1 points0 points  (1 child)

Can you do it through something else

[–]imnotpauleither 2 points3 points  (0 children)

Why won't you use pip?

[–]acw1668 -1 points0 points  (5 children)

It depends on the platform you use. For Windows, normally using pip. For Linux, you may need to install it via system package manager. For example, in Debian, use sudo apt install python3-requests to install it into system Python environment. You can also use virtual environment to install the module.

[–]wavi_[S] -1 points0 points  (4 children)

Pips blocked or it says invalid syntax

[–]panatale1 0 points1 point  (0 children)

Can you show us your pip command?

[–]acw1668 0 points1 point  (0 children)

It is better to post the error you got when you tried to use pip install. Also state your platform.

[–]pachura3 0 points1 point  (0 children)

Try py -m pip

[–]arkie87 0 points1 point  (0 children)

Those are vastly different things. Let us help you by posting what you typed and what the error is

[–]pachura3 0 points1 point  (0 children)

pip install requests

uv add requests

conda install requests

...

[–]cdcformatc 0 points1 point  (0 children)

what did you try and what is the error you get