You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ pip install -U pip 'pipenv>=4.1.3' six
...
Successfully installed
But it failed later on my pipenv install --dev with the same error about missing six package.
Even by manually adding six in the Pipfile and Pipfile.lock with pipenv install six, it still fail on python 3.4 and 3.6: https://travis-ci.org/Stibbons/subdlsrv/jobs/238247638
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
4.1.3 works great on my machine but on the travis build (that install a python 3.x from scratch) there is an error. Previously, the build was good: https://travis-ci.org/Stibbons/subdlsrv/builds/238000358
Now it fails about missing
six
package. See: https://travis-ci.org/Stibbons/subdlsrv/jobs/238244319Only for 3.4 and 3.6.
3.5 installed successfully pipenv 4.1.3 and finished the build.
Don't understand why. I have worked around it this part in the next build: https://travis-ci.org/Stibbons/subdlsrv/jobs/238245074
But it failed later on my
pipenv install --dev
with the same error about missingsix
package.Even by manually adding
six
in thePipfile
andPipfile.lock
withpipenv install six
, it still fail on python 3.4 and 3.6: https://travis-ci.org/Stibbons/subdlsrv/jobs/238247638The text was updated successfully, but these errors were encountered: