OmegaK2 / PyPoE

Collection of Python Tools for Path of Exile
Other
237 stars 92 forks source link

Error on installing #108

Closed Generousity1337 closed 4 years ago

Generousity1337 commented 4 years ago

I am following the instructions which are pretty simple, but when install with command: pip3 install -e .[full]

I am getting errors: ERROR: Could not find a version that satisfies the requirement pyside2==5.11.2 (from PyPoE==1.0.0a0) (from versions: 5.14.0) ERROR: No matching distribution found for pyside2==5.11.2 (from PyPoE==1.0.0a0)

Using Python 3.8 on Win 10

When I try to install with pip3 install -e . it completes the install but upon attempt to start the ui with pypoe_ui nothing happens.

Generousity1337 commented 4 years ago

My bad, didn't read it doesn't work with Python 3.8, installed 3.7.5 and it';s now fine :)