When I upgrade my `pants` `main` branch, I'm seei...
# plugins
b
When I upgrade my
pants
main
branch, I'm seeing the following:
Copy code
Bootstrapping pants_deps with requirements:
  /home/joshuacannon/work/pants/3rdparty/python/requirements.txt
/home/joshuacannon/work/pants/build-support/pants_venv: line 33: /home/joshuacannon/.cache/pants/pants_dev_deps/Linux.x86_64.x86_64.py38.venv/bin/pip: No such file or directory
This isn't the first time it has happened too 🤔
rm -rf ~/.cache/pants/
doesn't fix it either
h
Running pants in pantsbuild/pants repo, right?
b
Ahh I think it only appears if you try and run in a virtualenvironment
I'm using
./pants_from_sources
on a sister dir
Deactivating the
venv
worked. So either it's the venv or it's the version of Python (3.8 -> 2.7)
h
Interesting, thanks! If you have a moment, it'd be helpful to open a GitHub issue. Probably lower priority because it only impacts plugin developers and pants developers, but good to know it exists
👀 1
b
done!
❤️ 1