8000 Pin setuptools to workaround ``package_index`` removal by nsoranzo · Pull Request #193 · broadinstitute/fiss · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Pin setuptools to workaround package_index removal #193

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nsoranzo
Copy link

Fix #192 , which was caused by the removal of package_index from setuptools in pypa/setuptools#4963 .

Note that I needed to use setuptools.build_meta:__legacy__ as build-backend (instead of the usual setuptools.build_meta) because otherwise python3 -m build would fail with:

ModuleNotFoundError: No module named 'firecloud'

Fix broadinstitute#192 , which was
caused by the removal of `package_index` from setuptools in
pypa/setuptools#4963 .

Note that I needed to use `setuptools.build_meta:__legacy__` as
`build-backend` (instead of the usual `setuptools.build_meta`)
because otherwise `python3 -m build` would fail with:

```
ModuleNotFoundError: No module named 'firecloud'
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Installing with pip no longer works due to removal of package_index from setuptools
1 participant
0