which gives me following error ``` ERRO...
# general
m
which gives me following error
Copy code
ERROR: Could not find a version that satisfies the requirement flake8-pantsbuild<3,>=2.0 (from versions: 1.0.0rc0, 1.0.0)
            ERROR: No matching distribution found for flake8-pantsbuild<3,>=2.0
            ERROR: Could not find a version that satisfies the requirement flake8-pantsbuild<3,>=2.0 (from versions: 1.0.0rc0, 1.0.0)
            ERROR: No matching distribution found for flake8-pantsbuild<3,>=2.0
surprisingly this works ok if i run the same command from master.
h
Hello! Huh, weird. This is when you run locally, right? Try
./v2 --changed-since=master fmt
. I suspect this shard is failing from a Black formatting issue.
m
yes, running it locally.
Copy code
ERROR: Could not find a version that satisfies the requirement black==19.10b0 (from versions: none)
                ERROR: No matching distribution found for black==19.10b0
                ERROR: Could not find a version that satisfies the requirement black==19.10b0 (from versions: none)
                ERROR: No matching distribution found for black==19.10b0
h
Huh. This is strange. Looks like things aren’t installing generally to begin with. @wide-energy-11069 is this something to do with Pexrc, perhaps?
w
yea.
@magnificent-country-40143:
sudo mv /etc/pexrc /etc/pexrc.old
while working in the pantsbuild/pants repo, and swap it back when working in Source.
👍 1
Twitter constraints its interpreters.
m
yes! that was it.. Thanks Stu...