cga-harvard / Data_Science_Big_Data_Projects

Repository for FASRC projects
MIT License
8 stars 3 forks source link

"Could not find environment: omnisci" #10

Open jakerbrown opened 4 years ago

jakerbrown commented 4 years ago

When I try and follow the directions in "KNN weight modeling on Omnisci", I end up with the following error:

[jbrown613@holygpu2c0701 ~]$ module load Anaconda3/5.0.1-fasrc02 [jbrown613@holygpu2c0701 ~]$ source activate omnisci

CondaEnvironmentNotFoundError: Could not find environment: omnisci . You can list all discoverable environments with conda info --envs.

dkakkar commented 4 years ago

Please create conda environment omnisci first using (just to be done once before starting the process):

Login(ssh) to the node where Omnisci is running and give the following command on command line:

conda create -n omnisci python=3.6
source activate omnisci
pip install pymapd
pip install pandas
pip install pyarrow