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
when running python3 run_drone_control.py I get a 'no module named 'rpg_baselines.common'' error. I checked my conda environments however, and it says that rpg-baselines has been installed.
The text was updated successfully, but these errors were encountered:
this shouldn't happen if you install rpg_baselines correctly. make sure you are using the right python interpreter, e..g, check which python and which python3, see if it matches the pip you used for installing the rpg_baselines.
Hi, I have also got the same problem. If you have installed with the same pip and python, and the problem still persist, try to go into the flightrl folder (where there is a setup.py file) and type: pip install -e .
Good luck
when running python3 run_drone_control.py I get a 'no module named 'rpg_baselines.common'' error. I checked my conda environments however, and it says that rpg-baselines has been installed.
The text was updated successfully, but these errors were encountered: