The script exits with the error: `UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0 invalid start byte.` This is on a Ubuntu 18.04.3 system using Python 3.6.8 I have successfully installed the specific requirements from the requirements.txt without error.
The script exits with the error:
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0 invalid start byte.This is on a Ubuntu 18.04.3 system using Python 3.6.8
I have successfully installed the specific requirements from the requirements.txt without error.