getting `ImportError: cannot import name 'Requirem...
# development
f
getting
ImportError: cannot import name 'Requirement' from 'pkg_resources' (unknown location)
on
main
at
f004a8a7542736f100612dc0d248d44d0b9ecbbc
(on mac M1)
h
maybe rm your venv in
~/.cache/pants
f
rm -rf ~/.cache/pants/pants_dev_deps
worked
👍 1
h
cool. prob not worth spending a ton of time figuring that out; it's only used by pantsbuild/pants and is a bash script that creates your venv. It's not actual Pants code