Встроенный пакет Python устанавливается вручную без pip ⇐ Python
-
Anonymous
Встроенный пакет Python устанавливается вручную без pip
I download and unzip python-3.9.6-embed-amd64.zip file from python.org . Then, I unzipped python39.zip and I found site-packages folder in there.I added manually pandas package from pypi. Lastly, I tried this command: python.exe setup.py install . But it doesnt work. How can I install manually a package embedded python ? I want to import that for my script.
Источник: https://stackoverflow.com/questions/685 ... ithout-pip
I download and unzip python-3.9.6-embed-amd64.zip file from python.org . Then, I unzipped python39.zip and I found site-packages folder in there.I added manually pandas package from pypi. Lastly, I tried this command: python.exe setup.py install . But it doesnt work. How can I install manually a package embedded python ? I want to import that for my script.
Источник: https://stackoverflow.com/questions/685 ... ithout-pip