Install from conda-forge with conda
conda install -c conda-forge asammdf
#Add priority at the top
conda config --get channels conda-forge
#Add priority at the bottom
conda config --append channels conda-forge
Recommended Posts