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

AttributeError: module 'em' has no attribute 'RAW_OPT' #1519

Open
ccw1003 opened this issue Dec 12, 2023 · 4 comments
Open

AttributeError: module 'em' has no attribute 'RAW_OPT' #1519

ccw1003 opened this issue Dec 12, 2023 · 4 comments

Comments

@ccw1003
Copy link

ccw1003 commented Dec 12, 2023

when I catkin build this ros package, I met the error:
AttributeError: module 'em' has no attribute 'RAW_OPT';
Does anyone know how to deal with this problem?Or anyone met this error before?
I will be very grateful if anyone can help me.
Uploading 2023-12-12 20-31-11 的屏幕截图.png…

@standmit
Copy link

solution:
https://stackoverflow.com/a/77656642

@kamronkhakimov
Copy link

I solved it by:
pip install empy=3.3.4

@covelus
Copy link

covelus commented Jul 3, 2024

I think I probably accidentally updated all packages, and broke it again, as new empy packages (4.1) miss that RAW_OPT attribute.
I got the error "This environment is externally managed", and I fixed it through:
pip3 uninstall empy --break-system-packages
pip3 install empy==3.3.4 --break-system-packages

@priya050898
Copy link

problem is not resolved using pip install empy=3.3.4
problem still exist
Screenshot from 2024-07-25 17-08-41

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

5 participants