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
rawhide has pipenv 11.10.4-2.fc29 which I think is too old, the presumed fix 2 version later in 2018.6.25 (they've switched numbering scheme — https://github.com/pypa/pipenv/releases).
In any case env LC_ALL=C sudo dnf install --enablerepo rawhide --releasever=29 --best pipenv wanted to pull in way too much stuff (and uninstall yum) so I gave up on it.
Just use pip install --user pipenv.
nirs
added a commit
to nirs/ROSE
that referenced
this issue
Jul 15, 2018
Not really a problem, just need to use latest pipenv.
Opening & closing this only for troubleshooting documentation :-)
💔
I'm not sure what exactly causes this; same Pipfile in an otherwise empty dir passes
pipenv install
.In any case this got resolved in latest pipenv, probably by pypa/pipenv#2368 that vendored
scandir
(?).🎉
The text was updated successfully, but these errors were encountered: