I am using Google co lab. Guide me how to set the path. # Error: SwissEph file 'se13681s.se1' not found in PATH '/usr/share/ephe/' is coming, how to overcome this problem.
pip install pyswisseph
import swisseph as swe
swe.set_ephe_path ('/usr/share/ephe')
# set path to ephemeris files
jd = swe.julday(2008,3,21)
swe.calc_ut(jd, swe.AST_OFFSET+13681[0][0]
--
https://mail.python.org/mailman/listinfo/python-list
