-
-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
installs wrong multiprocess wheel for pypy #222
Comments
For reference, see: https://app.travis-ci.com/github/uqfoundation/pathos/builds/239671751 |
a
|
Seems similar issue exists for a local install as well...
|
Same result for local install with pypy3.6
and pypy3.7
|
Possibly due to badly named multiprocess wheel... however, |
It appears as pip moved from Thus
Same for |
Workaround added for travis (force a source install): 835a3fd. The issue still remains for a non-travis install. |
should be fixed by the release of |
Travis CI installs the wrong multiprocess wheel when for pypy3.6 and pypy3.7.
A
pathos
pypy3.6 install identifiesmultiprocess-0.70.12.2-py36-none-any.whl
as a dependencyand a
pathos
pypy3.7 install also identifiesmultiprocess-0.70.12.2-py36-none-any.whl
Note that both do not install the pypy-specific versions (i.e.
multiprocess-0.70.12.2-pp36-none-any.whl
), and the latter also installs the wrong version of python (i.e. 3.6 instead of 3.7).The text was updated successfully, but these errors were encountered: