We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
conda info --envs
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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
.The text was updated successfully, but these errors were encountered: