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 first line of libuvc_ros/libuvc_camera/cfg/UVCCamera.cfg is #! /usr/bin/env python2 this results in the following error env: python2: No such file or directory
I simply changed the first line of the file to #! /usr/bin/env python, it worked, however I am not sure if that is a right solution.
The text was updated successfully, but these errors were encountered:
The first line of
libuvc_ros/libuvc_camera/cfg/UVCCamera.cfg
is#! /usr/bin/env python2
this results in the following errorenv: python2: No such file or directory
I simply changed the first line of the file to
#! /usr/bin/env python
, it worked, however I am not sure if that is a right solution.The text was updated successfully, but these errors were encountered: