Skip to content

devbio-napari-env for multi-users #57

Description

@grinic

Hi @haesleinhuepf , thanks a lot for your work on this great package!

I work in an imaging facility, and would like to install devbio-napari-env for all users in a read-only environment.

I have installed miniforge for all users (it gets installed on C:\conda\miniforge3), and I managed to successfully create other environments in read-only mode (e.g. cellpose).

However, when I run
conda create --name devbio-napari-env napari=0.4.19 python=3.9 devbio-napari pyqt -c conda-forge -c pytorch
I am only able to activate devbio-napari-env and open naparia when I am in an administrator command window.

In a normal command window, activating the environment gives:

H:\>conda activate devbio-napari-env
Access is denied.
The system cannot find the file specified.
Could Not Find C:\conda\miniforge3\envs\devbio-napari-env\Library\etc\OpenCL\vendros\temp.txt

(devbio-napari-env) H:\>

It seems the environment is activated anyhow.
However, running naparia gets stuck and never opens the napari interface.

Any idea what might go wrong here? In cellpose environemnt, I had to modify the users right to allow writing access in the __ pycache __ folder, but in this case this also doesn't work.

Thanks a lot for the help!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions