[scikit-learn] scikit problems

2021-04-26 Thread betsey_gogo
I am getting frustrated. I am unable to run any scikit learning code because of an OS error OSError: [WinError 193] %1 is not a valid Win32 application I have tried 64 bit and 32 bit Anaconda installations to no avail. I have searched for help on the web. Others have seen this issue but th

Re: [scikit-learn] scikit problems

2021-04-26 Thread Christophe Pallier
Can you provide the precise command you typed and the *entire* error message (including the python line that caused the issue)? On Mon, 26 Apr 2021, 23:41 betsey_gogo, wrote: > I am getting frustrated. I am unable to run any scikit learning code > because of an OS error > > > > *OSError*: [WinEr

Re: [scikit-learn] scikit problems

2021-04-26 Thread Christophe Pallier
I have just googled the issue and it is not specific to sklearn. It seems to be due to a messed-up python installation. People fixed the problem by deleting the folder containing the problematic module(s), or even resinstalled anaconda python (some had mixed up 32 bits libs with 64bit python). On