-
Notifications
You must be signed in to change notification settings - Fork 7.1k
pip install from PyPI #30
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
Conversation
let me know when the pip package is in pypi, i'll pull this in. thx! |
@soumith to put the package on PyPI I'll need another version bump. Also what's your username on PyPI (register here: https://pypi.org/account/register/ ) so I can add you as a maintainer |
hmmm, can we avoid the version bump? the current version is 0.1.6 across torch and torchvision and I dont want that to change at the moment. |
@soumith no. PyPI are very strict on that. You can't re-upload a new version of the same version. |
@soumith you can upload packages to torch and torchvision now |
hmm ok i will change the vision version in the setup.py for now to 0.1.6.1 if that's okay |
actually, i see that the package is already on pypi. why do you need another version bump? just curious. https://pypi.python.org/pypi/torchvision/0.1.6 |
@soumith master currently has new code in it. To deploy new code you need to give it a new version |
0.1.6.1 isn't a valid semver version |
ok first i'm going to be pushing master into the branch v0.1.6 After that, I'll simply empty-bump both version to 0.1.7 :-/ |
ok i have version bumped it to 0.1.7 and frozen it. |
you can use the branch v0.1.7 to build the wheels. |
If you do |
It should package it and upload it for you |
thank you, i'll try that |
this worked :)
it is live. Thank you for all your help. |
No description provided.