I am creating a Unity project that has python embedded using this tutorial, here. For some reason Inillisense is warning that the installed packages, which used pip, were not reconised. I have made sure that my custom Python environment is properly set up, as Visual Studio is reconising the correct installed packages.
Visual Studio reconising installed packages
Visual Studio version: Visual Studio Community 2022 Version 17.10.1
Python version: 3.12.3
What I have done:
- I’ve added lib and site-packages to _pth
- I’ve changed the Python environmnet path to point to both lib and site-packages in Visual Studio
- Made sure that I have my custom Python Environment selected
What I was expecting:
All of these trys was to get the installed python packages to be reconised
Oliver White is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.