On Tue, Mar 3, 2020 at 6:19 PM Patrick Donnelly <pdonnell@redhat.com> wrote:
On Tue, Mar 3, 2020 at 3:12 PM Dan Mick <dmick@redhat.com> 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?

Kyr has been working on python3 compatibility but I don’t think it’s done or required yet.

You might try just deleting your virtualenv and re-./bootstrap’ing which is what I generally do.



--
Patrick Donnelly, Ph.D.
He / Him / His
Senior Software Engineer
Red Hat Sunnyvale, CA
GPG: 19F28A586F808C2402351B93C3301A3E258DD79D
_______________________________________________
Dev mailing list -- dev@ceph.io
To unsubscribe send an email to dev-leave@ceph.io