-
Notifications
You must be signed in to change notification settings - Fork 233
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
PyQtWebEngine fail to install blocking pandasgui #235
Comments
Me too, my computer is Windows 10 python3.9 version C:\Users\Zeng xiang xi>pip install pandasgui × python setup.py egg_info did not run successfully.
note: This error originates from a subprocess, and is likely not a problem with pip. × Encountered error while generating package metadata. note: This is an issue with the package mentioned above, not pip. |
I am in a venv environment in a Kali (debian) Vm fresh install, (hardware is M1 mac) and the install fails every time same for a classic "pip install PyQtWebEngine" or "pip install PyQtWebEngine".
The odd thing is that outside venv the install work.
on version of the vms worked with this solve https://stackoverflow.com/questions/61254782/importerror-libqt5qmlmodels-so-5-cannot-open-shared-object-file-no-such-file
"sudo apt-get install python3-pyqt5.qtwebengine"
sadly i can't replicate it and i am stuck unable to install and use pandasgui in my venv.
(
I am also aware that pandasgui has a small difference of usage when using it on non windows OS.
)
The text was updated successfully, but these errors were encountered: