stevejcl / PhotoPolarAlign

A python utility to help align equatorial telescopes by imaging the Celestial Pole region.
The Unlicense
1 stars 1 forks source link

SyntaxError: Non-UTF-8 code starting with '\x80' in file #3

Closed macicco closed 3 months ago

macicco commented 3 months ago

Hi!

I followed instructions and extract , compiling the files, for UBUNTU 2.0, but when I do:

python3 ./PPA command immediatly the following error :

SyntaxError: Non-UTF-8 code starting with '\x80' in file ./PPA on line 2, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details

stevejcl commented 3 months ago

yes, we need some UTF8 config files from astropy, but if we use the setup.py it convert them so I use the original ones and do a copy but I have missed to push the Install directory !

macicco commented 3 months ago

Yes it is ok, now. Thanks!