-
-
Notifications
You must be signed in to change notification settings - Fork 95
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
Pip installs wrong version from PyPi #68
Comments
The 0.1.4 version uploaded to PyPi is the macosx version. Trying to install on Linux system gives you the 0.1.3 version without the merge_fixture fix.
|
@LiamK I'm out of touch on building packages, what would I need to do to create OS agnostic packages? |
I was able to get this working by referencing the branch/git commit explicitly:
That is set to the most recent git commit on the master branch as of 5/15/2019. This does not solve the overall problem, but its a good compromise until the package is updated. |
@davedash I believe I have found the answer to this problem. Would you please take a look? I think what may have happened is that when you built the package for version 1.4 that you uploaded to PyPi you created a "Platorm Wheel." Would you please do that and see if it fixes the problem? I think you will have to bump the version for PyPi to accept the new package. I also saw that there is a .bumpconfig file with an older version number (0.1.2), so maybe that should also be updated. Thanks! |
Hi. I'll take a look when I can. I'm currently in "lockdown" with my
family. Which means a lot of schooling and not a lot of computer time.
On Tue, Mar 17, 2020 at 3:22 PM Tomáš Heger ***@***.***> wrote:
Hello @davedash <https://github.com/davedash> please do what @LiamK
<https://github.com/LiamK> suggests, it would be much appreciated!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#68 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAOQ2NP4N5B2QWCVAXZGS3RH7Z23ANCNFSM4GFM2J5Q>
.
--
Dave Dash
|
Thank you and stay safe! |
Hi, any update on this? Thanks! |
Give this version a try:
https://pypi.org/project/django-fixture-magic/0.1.5/
… |
It works, thanks a lot! |
Pip does find 0.1.4:
But when I try to install pinned:
And unpinned:
I don't know why this happens, but it happens in any environment that I've tried. Can you fix this? Is there anything that I can do to help?
The text was updated successfully, but these errors were encountered: