pyswisseph icon indicating copy to clipboard operation
pyswisseph copied to clipboard

Python extension to the Swiss Ephemeris

Results 17 pyswisseph issues
Sort by recently updated
recently updated
newest added

I'm new for this program and I‘m doing a test with the "calc_ut" function. I do found all the results i get are composed of decimals, like for 2008/03/21, the...

print(swe.EPHE_PATH) .:/users/ephe2/:/users/ephe/ swe.set_ephe_path('swiss/ephe') print(swe.EPHE_PATH) .:/users/ephe2/:/users/ephe/ swe.EPHE_PATH='swiss/ephe' print(swe.EPHE_PATH) swiss/ephe

WASM is actively developing, to calculate long-term transits, in order not to load the web server, it would be good to add the package to Puopide. Do you have such...

Hello, I am trying to calculate the true node position and receive weird error. I used the same date to calculate the position and it worked with the exception of...

Switch to tox testing system as setuptools test command is deprecated.

enhancement
Priority

This is a tracker/reminder issue about bundling the [swisseph data files](ftp://ftp.astro.com/pub/swisseph/ephe/) into `pyswisseph-data-*` packages, to make it easier for users to access different datasets dynamically through pip itself.

enhancement

Hi, getting an error when installing pyswisseph using pip on python 3.12. On 3.11 it installs correctly. So I assume this is the cause of the error. Is there any...

**I am getting this error while trying to install** ERROR: Could not find a version that satisfies the requirement pyswisseph==2.0.0.post2 (from versions: 2.8.0.post1, 2.10.3.0.dev0, 2.10.3.1, 2.10.3.2.dev1, 2.10.3.2) ERROR: No matching...

In the swisseph NPM module for node.js they have the following example. ``` var swisseph = require ('swisseph'); // Test date var date = {year: 2012, month: 1, day: 1,...