jonnyhyman / ResolveCollaboration

Streamlining and Extending DaVinci Resolve's Live Collaboration
GNU General Public License v3.0
35 stars 4 forks source link

File "rmc_server.py", line 56 #28

Open Bryan-Pekarek opened 3 years ago

Bryan-Pekarek commented 3 years ago

Hello, I've been trying to figure out how to collaborate on resolve projects and was thrilled to try your coding fix. Ran into this issue when trying to launch the server app. Any help would really be appreciated.

File "rmc_server.py", line 56 SyntaxError: Non-ASCII character '\xe2' in file rmc_server.py on line 56, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details

Thanks, Bryan

neuro-81 commented 3 years ago

The issue: You most likely are not using the correct Python Version: Check your version of Python using python --version On a Mac - Once I installed Python 3 in a Virtual Environment, this error had gone away as Terminal was able to run the Python 3.

xSikes commented 3 years ago

The issue: You most likely are not using the correct Python Version: Check your version of Python using python --version On a Mac - Once I installed Python 3 in a Virtual Environment, this error had gone away as Terminal was able to run the Python 3.

What are you using for a Virtual Environment?

neuro-81 commented 3 years ago

Anaconda

On Sep 29, 2021, at 1:42 PM, xSikes @.***> wrote:

 The issue: You most likely are not using the correct Python Version: Check your version of Python using python --version On a Mac - Once I installed Python 3 in a Virtual Environment, this error had gone away as Terminal was able to run the Python 3.

What are you using for a Virtual Environment?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.