The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
 All Forums
 Origin Forum for Programming
 Forum for Python
 How to config pip install?

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

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

The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000