You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from attributes import *
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/jupyter/shapy/attributes/attributes/__init__.py", line 1, in <module>
from .attributes_betas.a2b import A2B, A2BProbabilistic
File "/home/jupyter/shapy/attributes/attributes/attributes_betas/a2b.py", line 25, in <module>
from body_measurements import BodyMeasurements
ImportError: cannot import name 'BodyMeasurements' from 'body_measurements' (unknown location)
I did a pip install of body_measurements but that does not seem to have resolved the issue. Can you please help with this?
The text was updated successfully, but these errors were encountered:
Hi,
I am encountering this error
I did a pip install of body_measurements but that does not seem to have resolved the issue. Can you please help with this?
The text was updated successfully, but these errors were encountered: