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.

Add "setuptools_scm" to the setup_requires option in setup.py?

See original GitHub issue

@pllim, it seems that I had a little bit of trouble installing ginga with #814 merged. Don’t we need to add “setuptools_scm” to the setup_requires option in setup.py? I think I had to manually install setuptools_scm via pip before things installed correctly.

(I realize there is another fix in #818 that is a different issue.)

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:12 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
ejeschkecommented, Jan 21, 2020

Hmm, doesn’t sound very helpful to the user. I hope something better is planned, otherwise there will be a lot of issues reported for those that didn’t read the release notes.

0reactions
pllimcommented, Jan 22, 2020

@ejeschke , feel free to comment on the Astropy pull request linked above. As for this issue, looks like you added setup_requires on master, so I’m closing it. Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

setuptools-scm - PyPI
setuptools_scm implements a file_finders entry point which returns all files tracked by your SCM. This eliminates the need for a manually constructed MANIFEST....
Read more >
Document how setuptools_scm works · Issue #143 - GitHub
setuptools_scm only seems to work with pip , but to make a release, I need to run python setup.py sdist , no? Looking...
Read more >
Python setup.py setuptools_scm use_scm_version ...
Here's my setup.py file: from setuptools import setup setup_requirements = [ 'setuptools_scm==3.5. 0', "Cython==0.29. 24", ] setup( ...
Read more >
Dependencies Management in Setuptools
There are three types of dependency styles offered by setuptools: 1) build system requirement, 2) required dependency and 3) optional dependency.
Read more >
setuptools-scm [python-library] - Occam :: Details
Additionally setuptools_scm provides setuptools with a list of files that are managed by the SCM (i.e. it automatically adds all of the SCM-managed...
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