dspy
dspy copied to clipboard
I cannot install pkg_resources
I just came across dSPY
and am looking forward to trying it out. I started by running intro.ipynb
. I then found that pkg_resources
is not part of the requirements.txt file. I cannot find pkg_resources
using PIP. On the other hand, I read that this package is deprecated. Could you please provide instructions on how to install pkg_resources
on a Mac M1? Presumably, the process is the same on all systems. Thanks.
Maybe we need to add setuptools
to the requirements.txt
Maybe we need to add
setuptools
to the requirements.txt
100%