Can I install the Python library myself?

Asked 2 years ago, Updated 2 years ago, 115 views

The Python version is low, so I can't download the Python library on Pip Can I get modules such as requests directly from the site and move them to the Python library folder? Where can I download the modules if possible?

python library

2022-09-20 19:28

1 Answers

https://docs.python.org/3/install/

If you have an installation source, download it, and

python setup.py install 

It should be possible to install it like this.


2022-09-20 19:28

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.