dcslin commented on issue #695: URL: https://github.com/apache/singa/issues/695#issuecomment-628605135
Hi @agnesnatasya , thank you for raising the issue, it seems that your conda is not configured properly. Would you like to follow this tutorial on conda website to configure your conda environment? https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html I have just tested on a clean environment, it works at my side: ``` root@1e5cfb0a87dd:~# conda search -c nusdbsystem singa-gpu=3.0.0 Loading channels: done # Name Version Build Channel singa-gpu 3.0.0 py37 nusdbsystem ``` ``` root@1e5cfb0a87dd:~# conda install -c nusdbsystem singa-gpu=3.0.0 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): done Solving environment: done ## Package Plan ## environment location: /root/miniconda added / updated specs: - singa-gpu=3.0.0 The following packages will be downloaded: ... ... ... Downloading and Extracting Packages llvm-openmp-10.0.0 | 2.8 MB | ################################################################################################################################################################### | 100% libprotobuf-3.9.2 | 4.7 MB | ################################################################################################################################################################### | 100% _libgcc_mutex-0.1 | 3 KB | ################################################################################################################################################################### | 100% dnnl-1.1 | 3.6 MB | ################################################################################################################################################################### | 100% wrapt-1.12.1 | 46 KB | ################################################################################################################################################################### | 100% singa-gpu-3.0.0 | 4 KB | ################################################################################################################################################################### | 100% protobuf-3.9.2 | 688 KB | ################################################################################################################################################################### | 100% singa-3.0.0 | 26.8 MB | ################################################################################################################################################################### | 100% libopenblas-0.3.9 | 7.8 MB | ################################################################################################################################################################### | 100% deprecated-1.2.7 | 10 KB | ################################################################################################################################################################### | 100% libgcc-ng-9.2.0 | 8.2 MB | ################################################################################################################################################################### | 100% _openmp_mutex-4.5 | 5 KB | ################################################################################################################################################################### | 100% Preparing transaction: done Verifying transaction: done Executing transaction: done ``` ``` root@1e5cfb0a87dd:~# python3 Python 3.7.6 (default, Jan 8 2020, 19:59:22) [GCC 7.3.0] :: Anaconda, Inc. on linux Type "help", "copyright", "credits" or "license" for more information. >>> import singa ``` Kindly let me know if further info is required. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
