开发者

how to install a python package to windows?

开发者 https://www.devze.com 2023-01-28 22:14 出处:网络
I would like to install a python package to windows. I have tried to run setup.py installon command prompt but it returned an error:

I would like to install a python package to windows. I have tried to run setup.py install on command prompt but it returned an error:

could no开发者_如何学Got create 'C:\Program Files\Python...': access is denied.

Please, help.

Špela


My first question would be, do you have administration rights when you try to run setup.py?

0

精彩评论

暂无评论...
验证码 换一张
取 消