Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

326
Vistas
Why can't I import requests in VS Code?

I want to use request module, but whenever I tried to import requests I got this message:

import "requests" could not be resolved from source Pylance

I already used pip to install the requests module, but I still receive this error message.

over 4 years ago · Santiago Trujillo
5 Respuestas
Responde la pregunta

0

Have you made sure that you have installed the module by running

pip install requests

or

pip3 install requests

Additionally, you can tell VS Code to use different Python-interpreter in your system. I e.g. had the same problem, that VS Code code check gave me the warning, that I don't have the module requests installed, but when I run the python script it worked anyhow. That's why I believe that the python code check in VS Code can use different Python versions and related python packages than your system use when you run the code.

What helped me in order to get rid of the VS Code error message, choosing a different Python from here:

Screenshot of VS Code IDE. Change Python version for code check

over 4 years ago · Santiago Trujillo Denunciar

0

I got the same error and solved it with this:

import pip._vendor.requests 
over 4 years ago · Santiago Trujillo Denunciar

0

The solution is to change the interpreter. I solved this conflict by going to 3.8.8 (conda) from 3.9.9 (windows).

over 4 years ago · Santiago Trujillo Denunciar

0

From VS code terminal set venv - C:\Python310\python.exe -m venv 'PATH_TO_VENV\.venv\'

After this verify packages are available

pip list

if required:

pip install requests

This solved my problem

over 4 years ago · Santiago Trujillo Denunciar

0

  1. Open interpreters
  2. Try all of them one by one

The problem is you might have installed the module in one env and not in the other one, so either install in each or try each of them!

Click on bottom-left

over 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda