Reputation: 1
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:
What I was expecting: All of these trys was to get the installed python packages to be reconised
Upvotes: -2
Views: 127
Reputation: 3181
I can reproduce the same issue by following your steps on Visual Studio Community 2022 Version 17.10.1. I have found some other users have reported the same issue on here.
As AdamYoblick and bschnurr said:
Please refer to the linked issue for any updates. This is in our backlog to fix, but we have other tasks with higher priority unfortunately.
vs 2022 Preview 4 will have a fix when its released
I think what can be done at the moment is waiting for the issue to be fixed. As a workaround: Try to close the solution in VS and re-open it to see if the issue persists.
Hope it can help you.
Upvotes: 0