Closed rsdefever closed 3 years ago
This error occurs with networkx=2.3
, whereas if you build a conda environment with only networkx you get networkx=2.5
and the issue does not exist. I am not sure what dependency in foyer is pinning to an older networkx.
Bug summary
Working on a MoSDeF workflow.
conda-forge
defaulted me to python 3.9. I can also trivially reproduce this by creating a new conda environment with:conda create --name foyer foyer -c conda-forge
It appears networkx does not yet support Python 3.9 (https://networkx.org/documentation/stable/install.html).
I'm a little baffled why I was able to get a conda environment that was effectively broken from the start?
Upon
import foyer
, I get:Software versions
python -c "import foyer; print(foyer.version)"
) 0.8.0python --version
)? 3.9