-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Several attempts at installation fail #374
Comments
Dear @terrycojones, Me too. conda install usher NotWritableError: The current user does not have write permissions to a required path. |
Did you run all commands listed in the instructions:
I tried it just now and it works fine. |
I have tried, but does't works for me. |
Yes, I followed the commands exactly. |
@terrycojones I think this part of the conda install output is the main sticking point for now:
Your Mac has an M series CPU (arm64 architecture), and the usher package needs some updates in order to compile successfully on arm64. I have not tried running in docker, but @aofarrel has reported success with that and might be able to offer suggestions? |
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 instructions$ docker pull pathogengenomics/usher:latest Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
in this final case I guess I need to start a daemon somehow (it would be good if your instructions mentioned this).
The text was updated successfully, but these errors were encountered: