Closed michaelwechner closed 2 years ago
That's weird. I tried it on a machine with python 3.7.x and one with 3.9.x and no problem.
From googling the errors you have, it looks like a local problem. Try running pip install --upgrade setuptools
or pip3 install --upgrade setuptools
, and then run pip3 install -r requirements.txt
again and see if that helps...
Thanks for your feedback!
I have upgrade Python now to
Python 3.10.8
pip 22.3.1
and now it works :-)
I followed the installation instructions and when running python3 cli_demo.py ... then I receive the following error
whereas when I installed the dependencies (pip3 install -r requirements.txt) I received various errors:
I was running it on Mac OS Monterey 12.2.1
Python 3.8.9 pip 20.2.3
Any idea what I might have to change? Thanks for any pointers!