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
There are problems with installing add-ons into Orange installed with conda.
Anaconda, where a lot of users find Orange for the first time, comes with an out-of-date Orange version. Also, the default Anaconda channels do not include conda-forge. Thus, whenever users install add-ons that require a newer version of Orange, or, god forbid, use the add-on dialog to actually update Orange, Orange installs from pip and wreaks havoc on the current environment. Examples: biolab/orange3#5693 and problem when testing biolab/orange3#5064.
Possible improvements:
Prevent pip installations into conda environment, except when explicitly allowed (perhaps a setting among the global settings).
A dialog suggesting adding the conda-forge environment into available channels and that would add if the user agrees.
Display (and install) versions as available on the current channels. After installation of the newest available version, perhaps show an indication that there exist newer versions on currently unavailable channels, and make some instructions on fixing that available.
@PrimozGodec already started preparing for this: he put most official add-ons onto conda-forge.
When the dialog is improved sufficiently, we could finally enable biolab/orange3#5064.
The text was updated successfully, but these errors were encountered:
There are problems with installing add-ons into Orange installed with conda.
Anaconda, where a lot of users find Orange for the first time, comes with an out-of-date Orange version. Also, the default Anaconda channels do not include conda-forge. Thus, whenever users install add-ons that require a newer version of Orange, or, god forbid, use the add-on dialog to actually update Orange, Orange installs from
pip
and wreaks havoc on the current environment. Examples: biolab/orange3#5693 and problem when testing biolab/orange3#5064.Possible improvements:
@PrimozGodec already started preparing for this: he put most official add-ons onto conda-forge.
When the dialog is improved sufficiently, we could finally enable biolab/orange3#5064.
The text was updated successfully, but these errors were encountered: