Unable to resolve ‘requests’. IntelliSense may be missing for this module. Visual Studio/Python

1.Maybe it’s something similar to this issue. Deleting the init.py in top-level of your project can help resolve this issue.

2.If the above not helps, please try reloading the project.

After my test, sometimes in a python application, after the first time we install a python package, the intellisense for the new package in current project won’t work until we reload the project file to recognize the new package.

For this situation, the easy workaround is: Right-click the project in Solution Explorer=>choose unload the project=>Right-click it again and choose reload the project. Then the intellisense for the new package would work well.

Hope it helps and sorry for the delay!

Leave a Comment