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
I've found that : --use-wheel is deprecated since pip 7 (in favor of --only-binary) and removed since pip 10 beta 1
Removing --use-wheel from the code ( /readthedocs/rtd_tests/tests/test_doc_building.py and /readthedocs/doc_builder/python_environments.py ) fixes the problem in my situation.
Is it the right thing to do ?
The text was updated successfully, but these errors were encountered:
I've installed a fresh rtd instance in docker behind a proxy like this :
It runs well untill i try to build a project (any). I get :
I've found that :
--use-wheel
is deprecated since pip 7 (in favor of --only-binary) and removed since pip 10 beta 1Removing --use-wheel from the code ( /readthedocs/rtd_tests/tests/test_doc_building.py and /readthedocs/doc_builder/python_environments.py ) fixes the problem in my situation.
Is it the right thing to do ?
The text was updated successfully, but these errors were encountered: