Why am I not able to create the Python virtual environment using the ROS Toolbox Preferences window in Ubuntu?
이전 댓글 표시
I am configuring Python environment on a Linux® Ubuntu® machine using ROS Toolbox Preferences window by referring to the documentation "ROS Toolbox System Requirements":
After I specified the path to the python executable like the image below, however, I received the following error. My PC has enough storage but the error message asks me to verify if there is sufficient space on the disk.
Unable to create Python virtual environment: Error:
Command
'['/home/sws/.matlab/R2022b/ros1/glnxa64/venv/bin/pyth
on3.9', '-Im', 'ensurepip', '--upgrade', '--default-pip']'
returned non-zero exit status 1.
. Verify there is sufficient space on disk and retry the
command.
I used the following command to install Python. Why does the error above occur?
$ sudo apt install python3.9

채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Get Started with ROS Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!