Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Installing a Python Module from Github in Windows 10

I want to install the owlpy module that is currently available on GitHub --https://github.com/rob-med/owlpy-- but can not be installed using pip.

In the GitHub page I am advised as follows:

Clone this repo and run:

python setup.py install

I am not sure though what I should do once I download the zip file. Where should I place its contents so that command runs successfully.

Moreover I will run the command as exactly appears in my Command Window?

like image 518
user8270077 Avatar asked Jul 11 '26 20:07

user8270077


1 Answers

You need run this command with administrator privileges.

Download and extract the zip and open command prompt with RunAsAdmin mode and run the same command.

python setup.py install 

If the problem still persists, post the error trace to analyse.

If you don’t have admin privileges try installing it in python virtualenv https://virtualenv.pypa.io/en/stable/

like image 120
Vikneswaran S J Avatar answered Jul 13 '26 12:07

Vikneswaran S J



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!