maekawataiki / generative-ai-writer

0 stars 1 forks source link

Part3での依存関係・ライブラリのエラー #3

Open kitamuyu opened 3 weeks ago

kitamuyu commented 3 weeks ago

Part3の最初のpip installにて

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. astropy 6.1.0 requires numpy>=1.23, but you have numpy 1.22.4 which is incompatible. scikit-image 0.24.0 requires numpy>=1.23, but you have numpy 1.22.4 which is incompatible. sparkmagic 0.21.0 requires pandas<2.0.0,>=0.17.1, but you have pandas 2.2.2 which is incompatible. sphinx 8.0.2 requires docutils<0.22,>=0.20, but you have docutils 0.16 which is incompatible.

kitamuyu commented 3 weeks ago

/home/ec2-user/anaconda3/envs/python3/lib/python3.10/site-packages/langchain/hub.py:80: DeprecationWarning: The langchainhub sdk is deprecated. Please use the langsmith sdk instead: pip install langsmith Use the pull_prompt method. resp: str = client.pull(owner_repo_commit) /home/ec2-user/anaconda3/envs/python3/lib/python3.10/site-packages/langchainhub/client.py:326: DeprecationWarning: The langchainhub sdk is deprecated. Please use the langsmith sdk instead: pip install langsmith Use the pull_prompt method. res_dict = self.pull_repo(owner_repo_commit)

kitamuyu commented 3 weeks ago

langchainを丸ごとlangsmith に置き換えないといけないということなのだろうか🤔