Closed feacluster closed 3 years ago
I had to change:
conda create -n VOID python=3.7 numpy networkx pymatgen>=2020.3.2 scikit-learn -c conda-forge
to:
conda create -n VOID python=3.7 numpy networkx pymatgen=2020.3.2 scikit-learn -c conda-forge
because the first command hangs. I believe it has to do with the >= characters. Deleting the > character and it proceeded. Just fyi...
I had to change:
conda create -n VOID python=3.7 numpy networkx pymatgen>=2020.3.2 scikit-learn -c conda-forge
to:
conda create -n VOID python=3.7 numpy networkx pymatgen=2020.3.2 scikit-learn -c conda-forge
because the first command hangs. I believe it has to do with the >= characters. Deleting the > character and it proceeded. Just fyi...