-
Notifications
You must be signed in to change notification settings - Fork 9
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
Installation did not complete. #14
Comments
Hi, conda is very slow - I just tested it on my mac here and the installation took 20 minutes! So maybe wait a little longer? Just to be safe, maybe test whether there is an issue with your conda installation, by creating a test env with fewer packages. Run the following command: |
If it's not your conda installation, you could use mamba, which is a drop-in replacement for conda, but is much much faster.
Install finished in less than 3 minutes. |
Thanks!
Now, I am trying to run |
I've done! Thanks!
|
Great! We are looking into speeding up the installation process. |
For future reference: We now have DAS conda packages instead of environments (see here). This greatly speeds up installations. |
Hi, I am trying to install DAS (Ideally, no-gui mode in ubuntu-gpu sever), but I could not complete it.
Thinking that the Linux server was the cause, I tried to install it on conda environment of my Mac as well, but the installation did not complete in the same way. Here is the status report.
OS: Ubuntu 20.04.2 LTS (GNU/Linux 5.4.0-91-generic x86_64)
GPU: NVIDIA-SMI 470.86 Driver Version: 470.86 CUDA Version: 11.4
First, I made a docker container including tensor flow with gpu, by using Nvidia's official container (nvcr.io/nvidia/tensorflow 21.10-tf2-py3). Then, I ran the containter and built the anaconda environment at the
/workspace
location (docker host location) , bywget https://repo.anaconda.com/archive/Anaconda3-2021.11-Linux-x86_64.sh
bash Anaconda3-2021.11-Linux-x86_64.sh
anaconda3
directory was placed under/workspace
After installation, I activate base environment by running
source /.bashrc
-- it seems that I made conda environment at container.Then, I ran
conda env create ncb/das-nogui-env -n das
, but it was not competely proceeded likeAfter
solving environment: \
, it does not proceed at all.OS: macOS 0.15.7(19H1519)
CPU: Intel Core i9
conda info
I thought the error might be in the ubuntu server or the docker configuration, so I tried to confirm the installation in my conda environment (my anaconda was installed via pyenv). I ran
conda env create ncb/das-env -n das
, but it was completely same like the ubuntu server:I really needs your help and advice!
K
The text was updated successfully, but these errors were encountered: