-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can't run pypoe_ui (windows 10) #66
Comments
Same here. @klipson3 Did you found the solution? Works fine until update "INCOMPATIBLE - upgrade to PySide2" |
It looks to be an issue with pyside2 on windows 10 then, not sure what exactly is missing there or whether all win10 systems are affected |
I think I got this too and solved it by separately installing PySide2 before installing PyPoE. At least I solved some error by installing packages separately, not sure if that was the same one. |
Fixed it! @OmegaK2 maybe make sense to change python from 3.6 to 3.7.0 x64 in Readme on first page. |
I just don't see the list of files After closing UI I have this errors:
Was trying to install in both ways:
|
working fine for me on windows 10. here's my install version and stuff. here is my output
|
One of the issues (with the script error) is specifically from pyside 5.12.0. The problem the OP has seems to be a known issue with pyside2 and using outdated virtualenv, see here: |
Fix Delve export, Mark Old Watchstones as Drop-Disabled, and Allow Passive Image Exports
Tom@User-PC MINGW64 /e/PyPoE-dev
$ pypoe_ui
Tom@User-PC MINGW64 /e/PyPoE-dev
$ Traceback (most recent call last):
File "C:\Users\Tom\AppData\Local\Programs\Python\Python36-32\Scripts\pypoe_ui-script.pyw", line 11, in
load_entry_point('PyPoE', 'gui_scripts', 'pypoe_ui')()
File "c:\users\tom\appdata\local\programs\python\python36-32\lib\site-packages\pkg_resources_init_.py", line 565, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\users\tom\appdata\local\programs\python\python36-32\lib\site-packages\pkg_resources_init_.py", line 2631, in load_entry_point
return ep.load()
File "c:\users\tom\appdata\local\programs\python\python36-32\lib\site-packages\pkg_resources_init_.py", line 2291, in load
return self.resolve()
File "c:\users\tom\appdata\local\programs\python\python36-32\lib\site-packages\pkg_resources_init_.py", line 2297, in resolve
module = import(self.module_name, fromlist=['name'], level=0)
File "e:\pypoe-dev\PyPoE\ui_init_.py", line 37, in
from PyPoE.ui.ggpk_viewer import GGPKViewerMainWindow
File "e:\pypoe-dev\PyPoE\ui\ggpk_viewer_init_.py", line 37, in
from PyPoE.ui.ggpk_viewer.core import GGPKViewerMainWindow
File "e:\pypoe-dev\PyPoE\ui\ggpk_viewer\core.py", line 37, in
from PySide2.QtCore import *
ImportError: DLL load failed: ▒▒ ▒▒▒▒▒▒▒ ▒▒▒▒▒▒▒▒▒ ▒▒▒▒▒▒▒▒▒.
The text was updated successfully, but these errors were encountered: