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
Hi, community
I just follow the contribution guide to install the dependency to contribute.
However, I encounter 2 environment erros and doesn't know how to solve it.
Can anyone guide me ?
I would love to contribute.
I use Python 3.9.17 as my environment and simple just run.
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
tensorboard 2.8.0 requires google-auth-oauthlib<0.5,>=0.4.1, but you have google-auth-oauthlib 1.0.0 which is incompatible.
Successfully installed setuptools-68.0.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
pip-compile --upgrade --verbose doc-requirements.in
/root/miniconda3/envs/build/lib/python3.9/site-packages/_distutils_hack/__init__.py:33: UserWarning: Setuptools is replacing distutils.
warnings.warn("Setuptools is replacing distutils.")
Using pip-tools configuration defaults found in 'pyproject.toml'.
WARNING: the legacy dependency resolver is deprecated and will be removed in future versions of pip-tools. The default resolver will be changed to 'backtracking' in pip-tools 7.0.0. Specify --resolver=backtracking to silence this warning.
Describe the bug
Hi, community
I just follow the contribution guide to install the dependency to contribute.
However, I encounter 2 environment erros and doesn't know how to solve it.
Can anyone guide me ?
I would love to contribute.
I use Python 3.9.17 as my environment and simple just run.
and run
The below will appear the logs
the first one:
the second one
Expected behavior
Build successfully.
Additional context to reproduce
No response
Screenshots
Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: