-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
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
AttributeError: Neither Quantity object nor its magnitude has attribute 'unit'. Did you mean: 'units'? in BuildCoordinatesPackmol("") #567
Comments
It's likely there's a mismatch in the versions of packages you have installed and the versions that the notebook expects. Could you post the output of running 'mamba list' (or 'conda list' if you're not using mamba yet)? |
Name Version Build Channel_libgcc_mutex 0.1 conda_forge conda-forge |
I think the issue is arising from using an older version of evaluator - You'll want to use openff-evaluator 0.4
|
Ah, and it turns out there had been a build issue with |
Hi,
I am trying to repeat this tutorial: https://github.com/MobleyLab/drug-computing/blob/f38a4148e9e70238c88fc8110d95b34688f02838/uci-pharmsci/lectures/SMIRNOFF_simulations/mixture_simulations.ipynb
But I am getting a following error:
The text was updated successfully, but these errors were encountered: