Hi,
I've run all the lines below, in order, as followed:
conda install -c conda-forge mdanalysis
conda config --add channels conda-forge
conda update --yes conda
conda create --yes -n mdaenv python=3.6
source activate mdaenv
conda install --yes -n mdaenv MDAnalysis MDAnalysisTests
python -c 'import MDAnalysis as mda; print(mda.__version__)'
-- upon completing the last step, I get an output of '1.0.0'
I then run
pytest --disable-pytest-warnings --pyargs MDAnalysisTests
and it comes up with 142 errors in 5 seconds. Does anyone have any advice?
Thank you,
Ashi