biolab / orange3-single-cell

🍊🔬 Orange add-on for gene expression of single cell data
https://singlecell.biolab.si/
Other
17 stars 25 forks source link

[FIX] Conda Installer: Restore compatibility with latest anaconda python #342

Closed ales-erjavec closed 5 years ago

ales-erjavec commented 5 years ago
Issue

Installed shortcuts, registry commands,... use installed anaconda python distribution without activation, but:

conda install --prefix ./test python=3.7.3 numpy then without activating the test env .\test\python.exe -c "import numpy" fails with aImportErorr: DLL load failed...`

Description of changes

Do the equivalent of https://github.com/AnacondaRecipes/python-feedstock/commit/d6830a4afa9aed2ee296accdc6e3d2d3996074ce#diff-d4e4e88c0c4b6c1e582c1d0fa9543940 (which is no longer applied to latest anaconda python 3.7.3)

This does not fix the fact that we use conda in a way that runs counter to their design.

Includes