Home › Fóruns › Domine LLMs com LangChain › Problema para instalar os pacotes com o Python › Responder a: Problema para instalar os pacotes com o Python
7 de novembro de 2024 às 09:19 #46614
Olá!
Aconteceu também com o langchain e os demais pacotes apresentados na aula. Sempre com a mensagem:
pip subprocess to install backend dependencies did not run successfully.
Sobre a versão, é o Python 3.12.7
O comando sugerido funcionou:
PS C:\Projeto\IA> pip install -U python-dotenv
Collecting python-dotenv
Using cached python_dotenv-1.0.1-py3-none-any.whl.metadata (23 kB)
Using cached python_dotenv-1.0.1-py3-none-any.whl (19 kB)
Installing collected packages: python-dotenv
Com os demais pacotes da aula funcionou usando o pip install -U .
Obrigada! Agora consigo implementar localmente 😀