Hi All: I think I figured out that the file setup.py was an install script... I am using Anaconda3 as my python (it is properly referenced to the python command)
(base) patti@linux-lhkc:~/anaconda3> python3 setup.py install --prefix=~/.local
File "setup.py", line 7
<!DOCTYPE html>
^
SyntaxError: invalid syntax
(base) patti@linux-lhkc:~/anaconda3>
Hi All: I think I figured out that the file setup.py was an install script... I am using Anaconda3 as my python (it is properly referenced to the python command)