dspy icon indicating copy to clipboard operation
dspy copied to clipboard

I cannot install pkg_resources

Open erlebach opened this issue 11 months ago • 3 comments

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.

erlebach avatar Mar 01 '24 18:03 erlebach

I think you can install using (link)

pip install setuptools

insop avatar Mar 02 '24 09:03 insop

Maybe we need to add setuptools to the requirements.txt

thomasahle avatar Mar 04 '24 00:03 thomasahle

Maybe we need to add setuptools to the requirements.txt

100%

insop avatar Mar 04 '24 02:03 insop