Error While executing Python script

Hi ,

can you please guide how to clear this error.

Hello Phani,

Have you installed Python or Anaconda on your machine? Could you please share the version of the same?

Have you added the Python or Anaconda installation path in the PATH environment variable? Could you please check this?

Hey, I have the same problem. I have installed Anaconda for all users but with testing default configurations not python script works AE can´t launch python at all, then I manually added python path to PATH system variable and the error changes to this error dealing with initializing the environment and the sklearn library despite scikit-leark is already installed in the root environment.

Thanks in advance.

I’m also facing the same error. Can anyone provide a solution for it.

Python version: 3.11.1
For Anaconda version:

Please install latest stable

scipy 1.10.0

using below command:
pip install scipy
or
conda install scipy

1 Like

thank you @pranav.sharma