Open terrycojones opened 6 months ago
Dear @terrycojones,
Me too.
conda install usher Retrieving notices: ...working... done Collecting package metadata (current_repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve. Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source. Collecting package metadata (repodata.json): failed
NotWritableError: The current user does not have write permissions to a required path. path: /Users/liam/opt/miniconda3/pkgs/cache/3e39a7aa.json uid: 501 gid: 20
Did you run all commands listed in the instructions:
# Create a new environment for UShER
conda create -n usher-env
# Activate the newly created environment
conda activate usher-env
# Set up channels
conda config --add channels defaults
conda config --add channels bioconda
conda config --add channels conda-forge
# Install the UShER package
conda install usher
I tried it just now and it works fine.
I have tried, but does't works for me.
Yes, I followed the commands exactly.
I just tried to follow the installation instructions at https://usher-wiki.readthedocs.io/en/latest/QuickStart.html I tried three things, none of which worked.
conda install usher
fails:git clone
approach, and three required packages are not found:brew install docker
(I'm on OS X) to install docker, and got this when following the install instructionsin this final case I guess I need to start a daemon somehow (it would be good if your instructions mentioned this).