A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.
A community member has associated this post with a similar question:
Visual Studio Python Module Not Found
Only moderators can edit this content.
Visual Studio Python Module Not Found
Craig Podczerwinski
26
Reputation points
I'm trying to build a Python application is Visual Studio Community Edition 2022. I'm using the latest update. I get the following message when I try to import modules that are listed in the Solution Explorer. Can you tell me how I can move forward.
Traceback (most recent call last):
File "D:\Craig\Visual Studio 2022\Projects\PythonPractice\TensorFlowPractice\TensorFlowPractice\TensorFlowPractice.py", line 1, in <module>
import pandas as pd
ModuleNotFoundError: No module named 'pandas'
Press any key to continue . . .
Developer technologies | Visual Studio | Other
Developer technologies | Visual Studio | Other