You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The path to Vrep is not added properly as a string to settings.py.
At the end of settings.py we have: VREP_DIR = /home/mariem/Downloads/V-REP_PRO_EDU_V3_4_0_Linux
so import nao_rl yields the following error: File "nao_rl/settings.py", line 114 VREP_DIR = /home/mariem/Downloads/V-REP_PRO_EDU_V3_4_0_Linux ^ SyntaxError: invalid syntax
Changing it manually would definitely make it work, but I suppose one is not supposed to manually change settings.py
The text was updated successfully, but these errors were encountered:
The path to Vrep is not added properly as a string to settings.py.
At the end of settings.py we have:
VREP_DIR = /home/mariem/Downloads/V-REP_PRO_EDU_V3_4_0_Linux
so
import nao_rl
yields the following error:File "nao_rl/settings.py", line 114 VREP_DIR = /home/mariem/Downloads/V-REP_PRO_EDU_V3_4_0_Linux ^ SyntaxError: invalid syntax
Changing it manually would definitely make it work, but I suppose one is not supposed to manually change settings.py
The text was updated successfully, but these errors were encountered: