Встроенный пакет Python устанавливается вручную без pipPython

Программы на Python
Anonymous
Встроенный пакет Python устанавливается вручную без pip

Сообщение Anonymous »


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

Вернуться в «Python»