T O P I C R E V I E W |
Stefan_Wak |
Posted - 12/05/2022 : 06:26:52 AM Hello, with Origin 2021 i like to install pandas in Origin Python. So on a plain Origin instllation in our company, this command will fail "pip install pandas". But after installing Anaconda via SCCM, the command "pip install pandas" will download and install the packages...
Is there some configuration file, to set the package-repos to the server of our company? Or is it possible, without installing Anaconda? |
4 L A T E S T R E P L I E S (Newest First) |
ThierryDassault |
Posted - 03/29/2023 : 9:19:21 PM quote: Originally posted by Stefan_Wak
I can confirm, that creating a config file 'C:\ProgramData\pip\pip.ini' and set the index-url to our companys repository solved this problem.
Do you fix this problem or not? |
Stefan_Wak |
Posted - 01/10/2023 : 12:52:56 AM I can confirm, that creating a config file 'C:\ProgramData\pip\pip.ini' and set the index-url to our companys repository solved this problem. |
Stefan_Wak |
Posted - 12/13/2022 : 08:06:40 AM Thanks, I think this is exact what i am looking for. So i have to find a laptop with origin and without anaconda to try to use our pip.ini files. |
minimax |
Posted - 12/05/2022 : 10:39:14 PM Hi Stefan,
We think Origin's pip should be self-contained, without using Anaconda.
Would you mind to paste the detailed error message here, so that we can check further?
Python's package-repos server can be configured in following way (we think it will affect all python application's pip, not only Origin's one)
https://www.originlab.com/doc/Quick-Help/Download-Python-Package-from-MirrorRepository
|