strohne / Facepager

Facepager was made for fetching public available data from YouTube, Twitter and other websites on the basis of APIs and webscraping.
https://github.com/strohne/Facepager/releases
506 stars 198 forks source link

DLL load failed while importing shiboken2 #138

Closed visheshaylani closed 3 years ago

visheshaylani commented 4 years ago

I am having this error ImportError: DLL load failed while importing shiboken2: The specified procedure could not be found.

Kindly let me know how to fix it.

strohne commented 3 years ago

I guess this is an incompatibility issue between PySide 5.11.1 and Python 3.8. Can you try using Python 3.7 when creating the virtual environmen? Maybe a later version of PySide could work as well, give it a try. At the moment, we are stuck to 5.11.1 because only this one has the needed browser modules.

strohne commented 3 years ago

Can you please try: pip3 install PySide2==5.14.2 ?

strohne commented 3 years ago

Hi, did you use the installer or run it from source?

There is a new release, please try it out: https://github.com/strohne/Facepager/releases

While I'm not sure whether it addresses your issue, it would be very kind of you to test against the latest version

strohne commented 3 years ago

Hi, could you please try whether the latest version (pre-release) works?

strohne commented 3 years ago

I close the issue since there are no updates. The problem can probably be solved by installing the above mentioned package. Feel free to reopen the issue if necessary.