On Tue, Mar 3, 2020 at 3:12 PM Dan Mick <dmick@xxxxxxxxxx> wrote: > > On 3/3/20 11:05 AM, Patrick Donnelly wrote: > > $ rm -rf venv/ && (virtualenv -p python2 ./venv && source > > venv/bin/activate && pip install --upgrade pip && pip install -r > > requirements2.txt && python2 setup.py develop) > > ... > > Collecting typing; python_version < "3.4.0" > > Using cached typing-3.7.4.1-py2-none-any.whl (26 kB) > > Requirement already satisfied: setuptools in > > ./venv/lib/python2.7/site-packages (from pytest==3.7.1->-r > > requirements2.txt (line 84)) (45.0.0) > > ERROR: Package 'setuptools' requires a different Python: 2.7.12 not in '>=3.5' > > > > Anybody know what changed or how to fix this? My usual bash one-liner > > to update my virtualenv failed with this packaging issue. > > > > > > sure looks like you need python3? teuthology is now python3 only? -- Patrick Donnelly, Ph.D. He / Him / His Senior Software Engineer Red Hat Sunnyvale, CA GPG: 19F28A586F808C2402351B93C3301A3E258DD79D _______________________________________________ Dev mailing list -- dev@xxxxxxx To unsubscribe send an email to dev-leave@xxxxxxx