Skip to content
Snippets Groups Projects

Automated merge from preview to main

Merged Jan Frenzel requested to merge merge-preview-in-main- into main
2 files
+ 12
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -386,7 +386,10 @@ For additional information refer to the detailed documentation on [modules](../s
!!! hint "Tip for Python packages"
The use of [Virtual Environments](../software/python_virtual_environments.md)
(best in [workspaces](../data_lifecycle/workspaces.md)) is recommended.
(best in [workspaces](../data_lifecycle/workspaces.md)) is required if you want to install
additional Python packages with `pip`.
When using `pip install` without an activated virtual environment you will get this error:
> ERROR: Could not find an activated virtualenv (required).
Please check the module system, even for specific Python packages,
e.g. `numpy`, `tensorflow` or `pytorch`.
Loading