longsight icon indicating copy to clipboard operation
longsight copied to clipboard

error when starting telescope_server

Open ounet opened this issue 7 years ago • 1 comments

dear peter, when I try to start the telescope_server. I have two error. first was solve (hope) by changing from astropysics import coords by from astropy import coordinates as coords but I do have the same problem with from astropysics import obstools

here we are the error

root@PiTelescope:/home/pi# python ./longsight/telescope_server.py File "./longsight/telescope_server.py", line 81 from astropy import obstoolsfrom astropy import obstools ^ SyntaxError: invalid syntax root@PiTelescope:/home/pi#

could you help me ?

thanks

ounet

ounet avatar Mar 20 '18 23:03 ounet

Not sure if you are still looking at this but I've been making a go at conversion to astropy in a Fork of the project I made.

ccmehil avatar Jan 23 '22 22:01 ccmehil