-
Notifications
You must be signed in to change notification settings - Fork 129
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
The source pypi archive is not conventional #507
Comments
Thanks @farhadrgh . I will finish the conda package once you have released a new version to pypi. Please ping me here! |
@hadim A new release is pushed to PyPI. Please test and let me know if it still has a problem :) |
The package is now available on conda-forge: |
@hadim really cool, thanks! Does not (yet?) work on ubuntu :
fails with
but the package is there: https://anaconda.org/conda-forge/torchani |
Yes, you just need to wait for the index to be updated. Check again in ~10min. |
The source archive at https://files.pythonhosted.org/packages/cb/84/b4adcce3c0d961daf5376e504826dece67ba06d9c1c92ccbaa591936b7a1/torchani-2.1.1.linux-x86_64.tar.gz is required to build a conda package of torchani (see conda-forge/staged-recipes#12242).
Its structure is not conventional:
https://files.pythonhosted.org/packages/cb/84/b4adcce3c0d961daf5376e504826dece67ba06d9c1c92ccbaa591936b7a1/torchani-2.1.1.linux-x86_64.tar.gz
The source tarball should contain the source repo with setup.py file others. See this one as an example https://files.pythonhosted.org/packages/23/b0/ff0f4ffa3da1ddb242a295d5d19dd1775f567ad73a6ea7474eaa55e04836/scikit-learn-0.23.1.tar.gz
The text was updated successfully, but these errors were encountered: