BrainSpawnInfosphere / pyarchey

Archey is a system information tool written in Python.
https://pypi.python.org/pypi/pyarchey/
GNU General Public License v3.0
8 stars 6 forks source link

pip install issues #13

Open lehitoskin opened 8 years ago

lehitoskin commented 8 years ago

I'm on Gentoo and I have Python 2.7 and 3.4 installed. When running pip install pyarchey, the script fails to run anything. Turns out I had to eselect python to version 2.7 and then run pip install pyarchey again before it would work.

Is there a way to have pip specify the version of Python required to run the package? Simply changing the shebang line in pyarchey.py doesn't help when it's installed through pip with python3.4

walchko commented 8 years ago

Not sure what the problem is ... I only run this on 2.7 and others have (in the past) run this successfully on 3.x. When I get the time I will take a look and thanks for the issue report!

ghost commented 8 years ago

working for me on Slackware 14.1 x64

http://postimg.org/image/ivtp34w1n/

Mirppc commented 8 years ago

Worked in Opensuse 13.2 if the install was done as root.

walchko commented 8 years ago

ok, so I should have fixed a python3 print issue and uploaded a new package version 0.7 that installs on python 2.7 nicely. Let me know if you have more issues. Not sure how much more has to be done to fully support python3, but since I don't use it, that goal is very low on my priority list.

lehitoskin commented 8 years ago

Sounds good to me.