PaperScraper icon indicating copy to clipboard operation
PaperScraper copied to clipboard

Error in using package with pycharm

Open APK1381 opened this issue 4 years ago • 1 comments

Hi When I'm running the code, this error will appear:

OSError: [WinError 193] %1 is not a valid Win32 application

APK1381 avatar Aug 19 '21 08:08 APK1381

Solution are logical and I think covers the root cause. My environment was messed up. As you can see from the traceback, there are two python environments involved here:

C:\Users\example\AppData\Roaming\Python\Python37 C:\Users\example\Anaconda3 I cleaned up the path and just deleted all the files from C:\Users\example\AppData\Roaming\Python\Python37.

Then it worked like the charm 👌. This link helped me to found the solution.

IskandarAs avatar Nov 23 '22 08:11 IskandarAs