Intelij highlight python import in red even if it exist and works

16 Views Asked by At

I have a problem with usage of Python in Intelij - at code inspection it highlight some imports with red (Unresolved reference) even if the package is installed and the code is compilable. As a context, in Intelij I use the Pyhton plugin, and the project is linked with anaconda (in order to execute the code). Again, the scikit learn package is installed, the code execute well; python version is 3.8.5, conda version is 22.9.0

Here is an image: enter image description here

0

There are 0 best solutions below