- Notifications
You must be signed in to change notification settings - Fork1.5k
-
I am trying to load the The idea behind this idea is so I could load the SO
The problem is documented here (on the skyfield github) -skyfielders/python-skyfield#1040 (comment) Working sgp4 demo is here:https://pyscript.com/@neon22/sgp4-starter-pkg/latest?files=main.py,pyscript_py.toml |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 1 comment 2 replies
-
unless we're doing something really wrong on our side, this feels to me like anupstream issue to ask atPyodide folks, as we just trustPyodide mechanism to resolve packages in the best way, we only interfere with the cache, also generated bymicropip. Have you checked if there is either a known issue or a known solution to this problem in there? |
BetaWas this translation helpful?Give feedback.
All reactions
-
I suppose its a corner case because its only because skyfield has been packaged in pypi with only one dep missing its pure python version. Pity I can't call micropip with the deps option. |
BetaWas this translation helpful?Give feedback.
All reactions
-
you can import it and use it though ... but if it doesn't provide that option there's not much we can do, I suppose |
BetaWas this translation helpful?Give feedback.