Skip to content
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

Import error/issue #29

Open
rishitech007 opened this issue Sep 27, 2023 · 2 comments
Open

Import error/issue #29

rishitech007 opened this issue Sep 27, 2023 · 2 comments

Comments

@rishitech007
Copy link

Hi,
I am encountering this error

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?

@zoasif-coder
Copy link

Hey, I am having the same issue. Did you manage to fix this issue?

@Rut-B
Copy link

Rut-B commented Mar 18, 2024

run this:
cp /content/shapy/attributes/attributes/* /usr/local/lib/python3.10/dist-packages/attributes/ -r

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants