Changes between Version 53 and Version 54 of en/ProgrammingRobotsCourse/GettingWwwInfo
- Timestamp:
- Nov 13, 2024, 1:04:20 PM (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
en/ProgrammingRobotsCourse/GettingWwwInfo
v53 v54 46 46 (Full example [raw-attachment:news.py:wiki:en/ProgrammingRobotsCourse/GettingWwwInfo news.py]) 47 47 48 In virtual robot, if you get a runtime error: ''No module named bs4'', you may need to install the package into the Choregraphe environtment via ($PEPPER_ROOT comes from InstallationInstructions):48 In virtual robot, if you get a runtime error: ''No module named bs4'', you may need to install the package into the Choregraphe environtment via ($PEPPER_ROOT comes from [https://nlp.fi.muni.cz/trac/pepper/wiki/InstallationInstructions installation instructions]): 49 49 {{{ 50 50 sudo $PEPPER_ROOT/pyenv/bin/pip2 install --target='/opt/Softbank Robotics/Choregraphe Suite 2.5/lib/python2.7/site-packages' \