These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

Linux

 
  • Topic is locked indefinitely.
 

running PYFA

Author
ergherhdfgh
Imperial Academy
Amarr Empire
#1 - 2016-12-24 03:55:35 UTC  |  Edited by: ergherhdfgh
I've downloaded PYFA and I believe that I've installed all the dependencies and I navigate to my pyfa folder and try running the pyfa.py file using both:

./pyfa.py

and:

python pyfa.py


I keep getting the same errors. I tried pasting them here but it says my post can't contain HTML script. I get errors on some lines of some of the program files and then an ImportError: No module named requests. All of them seem to be import errors

If anyone has some advice on where I could go to find answers on how I can get PYFA working would be appreciated.

Also if anyone thinks that running EFT through wine would be easier than trying to get PYFA running I am willing to do that also.

I am running Ubuntu 16.04

Want to talk? Join Cara's channel in game: House Forelli

Neuntausend
Republic Military School
Minmatar Republic
#2 - 2016-12-24 06:47:17 UTC  |  Edited by: Neuntausend
For linux, pyfa works best. However, getting all the python modules together can be a bit fiddly. I would try and find a repository or at least a .deb package for it, as that would probably pull in any dependencies automatically. If you can't find one (not an ubuntu/mint/debian user myself), try

pip install requests

or

pip3.4 install requests

or whatever python version you may be using.
ergherhdfgh
Imperial Academy
Amarr Empire
#3 - 2016-12-24 17:52:26 UTC
Neuntausend wrote:


pip install requests


ran that as sudo and it totally worked thanks a ton.

Want to talk? Join Cara's channel in game: House Forelli

Jack Malus
Priest Kings
#4 - 2016-12-26 19:30:34 UTC
On Ubuntu 16.04 LTS I also had to install these deb packages:

python-sqlalchemy
python-wxgtk3.0