Locust: pip install old version

Created on 10 Nov 2016  ·  2Comments  ·  Source: locustio/locust

please upgrade pip with latest version..
currently there is version with from core import ... in __init__.py

Most helpful comment

A new pre-prelease version was released last week. You need to specify the version explicitly (since it's marked as alpha):

pip install locustio==0.8a2

All 2 comments

You can try

pip install git+https://github.com/locustio/locust.git  

as a workaround.

A new pre-prelease version was released last week. You need to specify the version explicitly (since it's marked as alpha):

pip install locustio==0.8a2
Was this page helpful?
0 / 5 - 0 ratings

Related issues

styk-tv picture styk-tv  ·  3Comments

max-rocket-internet picture max-rocket-internet  ·  3Comments

pawlaguna picture pawlaguna  ·  4Comments

ShaolongHu picture ShaolongHu  ·  3Comments

bretrouse picture bretrouse  ·  4Comments