benman1 / generative_ai_with_langchain

Build large language model (LLM) apps with Python, ChatGPT and other models. This is the companion repository for the book on generative AI with LangChain.
https://amzn.to/43PuIkQ
MIT License
644 stars 257 forks source link

ResolvePackageNotFound #19

Closed jlcanibe closed 10 months ago

jlcanibe commented 10 months ago

Im using conda , when trying to create the enviroment got these message:

Collecting package metadata (repodata.json): done Solving environment: failed

ResolvePackageNotFound:

Im on a windows 64 and these are the conda and python versions

D:\langchainbook>conda -V conda 23.7.4

D:\langchainbook>python -V Python 3.11.5

Thank you

jlcanibe commented 10 months ago

sorry, found this issue here