Why so I get Error using ros.intern​al.ROSProj​ectBuilder​/buildPack​age Error building package?

8 views (last 30 days)
I am using Ubuntu 18.04 and MATLAB R2022a. This is my error message:
This is the beginning of the Build Log :

Answers (1)

Hari Krishna Kakarla
Hari Krishna Kakarla on 17 May 2022
Moved: Remo Pillat on 24 Jan 2023
Hi Christina,
Based on the attached build log, I see that python virtual environment is not created properly.
Please check pyenv in your system. Ensure that you are using Python 3.9.
Then do the re-creation of python virtual environment:
ros.internal.createOrGetLocalPython(true);
Then execute rosgenmsg. If the issue still persists, please attach the complete build log.
Thanks
Hari

Categories

Find more on Publishers and Subscribers in Help Center and File Exchange

Products


Release

R2022a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!