ray/doc/source/ray-core
Archit Kulkarni 16fd099b8b
[runtime env] Change pip_check default from True to False (#23306)
@SongGuyang @Catch-Bull @edoakes  I know we discussed this earlier, but after thinking about it some more I think a more reasonable default is for `pip check` to be `False` by default.  My guess is that a lot of users (including myself) work inside an environment where `python -m pip check` fails, but the environment doesn't cause them any problems otherwise.  So a lot of users will hit an error when trying a simple `runtime_env` `pip` example, and possibly give up.  Another less important piece of evidence is that we had to set `pip_check = False` to make some CI tests pass in the original PR.

This also matches the default behavior of pip which allows this situation to occur in the first place:  `pip install` doesn't error when there's a dependency conflict; rather the command succeeds, the package is installed and usable, and it prints a warning (which is confusingly titled "ERROR")
2022-03-18 12:51:41 -05:00
..
_examples/datasets_train [test] add back deleted datasets train test file (#23051) 2022-03-10 21:46:07 -08:00
actors [docs] Fix malformatted list in "Advanced Pattern: Fault Tolerance with Actor Checkpointing" (#23319) 2022-03-18 10:50:13 -07:00
doc_code [docs] Core docs refactor (#23216) 2022-03-17 11:26:17 -07:00
examples [docs] re/move old core examples (#22802) 2022-03-10 12:17:00 -08:00
images [docs] Core docs refactor (#23216) 2022-03-17 11:26:17 -07:00
objects [docs] Core docs refactor (#23216) 2022-03-17 11:26:17 -07:00
tasks [docs] Core docs refactor (#23216) 2022-03-17 11:26:17 -07:00
actors.rst [docs] Core docs refactor (#23216) 2022-03-17 11:26:17 -07:00
advanced.rst [docs] Core docs refactor (#23216) 2022-03-17 11:26:17 -07:00
configure.rst [GCS-Ray] update doc and error message for GCS-Ray (#22528) 2022-02-22 17:56:30 -08:00
cross-language.rst [C++ Worker]Python call cpp worker (#22820) 2022-03-10 11:06:14 -08:00
handling-dependencies.rst [runtime env] Change pip_check default from True to False (#23306) 2022-03-18 12:51:41 -05:00
key-concepts.rst [docs] Core docs refactor (#23216) 2022-03-17 11:26:17 -07:00
more-topics.rst [docs] Core docs refactor (#23216) 2022-03-17 11:26:17 -07:00
namespaces.rst [docs] integrate algolia docsearch, move to sphinx panels (#21814) 2022-01-24 17:00:41 -08:00
objects.rst [docs] Core docs refactor (#23216) 2022-03-17 11:26:17 -07:00
package-ref.rst [C++ Worker]Python call cpp worker (#22820) 2022-03-10 11:06:14 -08:00
placement-group.rst [docs] Core docs refactor (#23216) 2022-03-17 11:26:17 -07:00
ray-dashboard.rst [docs] new structure (#21776) 2022-01-21 15:42:05 -08:00
starting-ray.rst [Doc] Fix bad doc and recover doc of c++ api (#22213) 2022-02-08 19:04:37 +08:00
tasks.rst [docs] Core docs refactor (#23216) 2022-03-17 11:26:17 -07:00
tips-for-first-time.rst [docs] Core docs refactor (#23216) 2022-03-17 11:26:17 -07:00
troubleshooting.rst [docs] new structure (#21776) 2022-01-21 15:42:05 -08:00
user-guide.rst [docs] Core docs refactor (#23216) 2022-03-17 11:26:17 -07:00
using-ray-with-jupyter.rst [docs] re/move old core examples (#22802) 2022-03-10 12:17:00 -08:00
walkthrough.rst [C++ API][Doc] Add doc and error log to notice C++ API is not supported on Windows (#23272) 2022-03-18 10:52:57 +08:00