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
 Unable to install OriginExt and originpro on Colab

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
rkpara10 Posted - 12/29/2020 : 04:49:23 AM
Hello,

I was trying to install two Python packages: 'OriginExt' and 'originpro' on Google Colab. But I am getting the following error messages;
--------------------------------------------------------------------
(1) !pip install OriginExt
ERROR: Could not find a version that satisfies the requirement OriginExt (from versions: none)
ERROR: No matching distribution found for OriginExt

(2) !pip install originpro
Collecting originpro
Using cached https://files.pythonhosted.org/packages/14/6c/7c2cd943faf034cd1a4547c68fd16113cd7ad0d581638aeceb70729d9a87/originpro-0.0.2-py3-none-any.whl
ERROR: Could not find a version that satisfies the requirement OriginExt==1.0.9 (from originpro) (from versions: none)
ERROR: No matching distribution found for OriginExt==1.0.9 (from originpro)
--------------------------------------------------------------------

Does anyone know how to install the aforementioned two python packages on Google Colab?

Thanks,
Raees

Origin Ver. and Service Release (Select Help-->About Origin): 2021
Operating System: Windows 10 HOME
3   L A T E S T    R E P L I E S    (Newest First)
Chris D Posted - 12/29/2020 : 08:37:07 AM
It matters where the Python interpreter is running. If The google colab IDE is able to run a local interpreter (same computer in which Origin is installed), then it should work. But if the interpreter used for the Colab IDE is, say, on Googles servers, then the IDE won't work.

I personally use Visual Studio Code (https://code.visualstudio.com/) as my IDE though any other IDE that uses the local Python interpreter should work fine. I've even used Jupyter
Notebooks via local Anaconda to run originpro code.

Thanks,
Chris Drozdowski
Originlab Technical Support
rkpara10 Posted - 12/29/2020 : 06:15:10 AM
Thanks, Chris, for your prompt reply.

Based on your answer above, do you mean, as of now, I cannot use the Google Colab as my python IDE in order to externally interact with Origin/OriginPro software?

Regards,
Raees
Chris D Posted - 12/29/2020 : 05:27:35 AM
Hi,

According to this document: https://colab.research.google.com/notebooks/intro.ipynb
"Colab notebooks execute code on Google's cloud servers..."

That being the case, the Google cloud server would have to be Windows based and have Origin installed on it to even install those packages in the first place. Origin HAS to be installed on the same machine on which the code executes.

Thanks,
Chris Drozdowski
Originlab Technical Support

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