Closed patricia-nasa closed 1 year ago
python3 uses relative imports. there's a bug in sgp4.py when import the f2py spg4_ module. Needs a local relative path as they are eventually installed in the same directory.
Addressed by @patricia-nasa in PR #5
python3 uses relative imports. there's a bug in sgp4.py when import the f2py spg4_ module. Needs a local relative path as they are eventually installed in the same directory.