Closed mjallday closed 10 months ago
(Whenever filing a bug report, you need to include what you ran, and how someone else can reproduce.)
You're running things that are very long out of date -- specifically easy_install
is something you should never run anymore, it's long deprecated (See e.g. the note in https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html or the packaging documentation)
(The same is true of .egg
files for what it's worth)
Essentially whatever you're running is so old it doesn't know anything about modern Python packaging (with modern there meaning even "the last 5 years").
Thanks @Julian.
I'm closing since running pip install .
instead of python setup.py install
makes this error go away. 🤷🏽♀️