Skip to content

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