question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

The source pypi archive is not conventional

See original GitHub issue

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 https://github.com/conda-forge/staged-recipes/pull/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

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
hadimcommented, Aug 5, 2020

The package is now available on conda-forge: conda install -c conda-forge torchani (haven’t tested it yet).

0reactions
hadimcommented, Aug 5, 2020

Yes, you just need to wait for the index to be updated. Check again in ~10min.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Pip download (just the source packages, no building, no ...
Hi. Sometimes all I want is the source for modules - and I'll work out the dependencies later - manually. So, I have...
Read more >
Error with pip install from PyPI in self hosted Gitlab - General
Hello :slight_smile:, so far I am quite happy with our self hosted Gitlab but I cannot pip install the release of a library...
Read more >
How to Publish an Open-Source Python Package to PyPI
In this step-by-step tutorial, you'll learn how to create a Python package for your project and how to publish it to PyPI, the...
Read more >
Classifiers - PyPI
The Python Package Index (PyPI) is a repository of software for the Python programming language.
Read more >
Include examples & docs with pip installed library from PyPi
The "source archive " tarball on PyPi has this content, but when I execute a traditional pip install, those are not included (at...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found