Skip to content
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

"Could not find environment: omnisci" #10

Open
jakerbrown opened this issue Sep 9, 2020 · 1 comment
Open

"Could not find environment: omnisci" #10

jakerbrown opened this issue Sep 9, 2020 · 1 comment

Comments

@jakerbrown
Copy link

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
Copy link
Collaborator

dkakkar commented Sep 9, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants