You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upon running pipenv install from the root directory, I get the following warning:
...\lib\site-packages\setuptools\config\__init__.py:28: SetuptoolsDeprecationWarning: As setuptools moves its configuration towards `pyproject.toml`,
`setuptools.config.read_configuration` became deprecated.
For the time being, you can use the `setuptools.config.setupcfg` module
to access a backward compatible API, but this module is provisional
and might be removed in the future.
We should do as recommended and stop using setuptools.config.read_configuration before it is removed.
The text was updated successfully, but these errors were encountered:
Upon running pipenv install from the root directory, I get the following warning:
We should do as recommended and stop using setuptools.config.read_configuration before it is removed.
The text was updated successfully, but these errors were encountered: