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
Follow instructions in INSTALL.md. (Side note: pytorchvideo on PyPI is missing cat_all_gather so pip install git+https://github.com/facebookresearch/pytorchvideo was used instead of pip install pytorchvideo)
Here is how to fix this error in the main use cases:
use 'pip install scikit-learn' rather than 'pip install sklearn'
replace 'sklearn' by 'scikit-learn' in your pip requirements files
(requirements.txt, setup.py, setup.cfg, Pipfile, etc ...)
if the 'sklearn' package is used by one of your dependencies,
it would be great if you take some time to track which package uses
'sklearn' instead of 'scikit-learn' and report it to their issue tracker
as a last resort, set the environment variable
SKLEARN_ALLOW_DEPRECATED_SKLEARN_PACKAGE_INSTALL=True to avoid this error
Searching for PIL
Reading https://pypi.org/simple/PIL/
No local packages or working download links found for PIL
error: Could not find suitable distribution for Requirement.parse('PIL')
after replacing "sklearn" with "scikit-learn" in setup.py
Expected behavior
Installs SlowFast.
Environment
Red Hat Enterprise Linux Server release 7.9 (Maipo), Python 3.10.14, gnu/11.2.0
The text was updated successfully, but these errors were encountered:
zhong-al
changed the title
Deprecated Dependencies
Deprecated dependencies
Aug 27, 2024
To Reproduce
Follow instructions in
INSTALL.md
. (Side note: pytorchvideo on PyPI is missingcat_all_gather
sopip install git+https://github.com/facebookresearch/pytorchvideo
was used instead ofpip install pytorchvideo
)More information is available at
https://github.com/scikit-learn/sklearn-pypi-package
and
after replacing "sklearn" with "scikit-learn" in
setup.py
Expected behavior
Installs SlowFast.
Environment
Red Hat Enterprise Linux Server release 7.9 (Maipo), Python 3.10.14, gnu/11.2.0
The text was updated successfully, but these errors were encountered: