Skip to content

Fixes enum34 not found error when switching Conda environments

Compare
Choose a tag to compare
@rickstaa rickstaa released this 28 Jan 18:06
· 29 commits to master since this release

💥 BREAKING CHANGE: The ROS dist-packages path is now fully removed from the PYTHONPATH
when inside an Conda environment.

Before:
 ROS environment site-packages folder was placed before the ROS dist-packages path.

After:
 Now the ROS dist-packages folder is removed from the PYTHONPATH when inside an
 anaconda environment.

 This was done as this method caused `module enum34 not found` error when changing
 between Conda Environments