Replies: 12 comments 25 replies
-
|
any comment here? |
Beta Was this translation helpful? Give feedback.
-
|
In any case this generate a lot of errors in the log which makes the log (system/logs -> console) hard to read |
Beta Was this translation helpful? Give feedback.
-
|
Good catch :-) I rewrote the star detection logic but forgot to convert the clear sky module, which I have now done. if you do You will get the latest version NOTE You will also get some other changes I have made
There are a few important changes to the dew heater
|
Beta Was this translation helpful? Give feedback.
-
|
I just noticed a similar error with Meteor detection module
|
Beta Was this translation helpful? Give feedback.
-
|
any news here? |
Beta Was this translation helpful? Give feedback.
-
|
Sorry been very busy at work this week, Will have a look over the weekend |
Beta Was this translation helpful? Give feedback.
-
|
@Alex-developer and do you think that the similar error with Meteor module could have the same root cause?
|
Beta Was this translation helpful? Give feedback.
-
|
any progress here? (about Stars and Meteor detection) |
Beta Was this translation helpful? Give feedback.
-
|
now for star detection I see only these warning (I assume it is normal).. while for meteor I see only this error
so apparently the error about: |
Beta Was this translation helpful? Give feedback.
-
|
This is still on the list to look at |
Beta Was this translation helpful? Give feedback.
-
|
sorry to push.. but IMHO Meteor detection malfunction is the (only?) critical issue with 2025.xx.xx that should be fixed asap before the official release The one related to star detection appears to be more an "aesthetical" issue ("just" errors in the log) as de facto the detection works.. but meteor detection apparently doesn't work at all.. Thanks for the comprehension |
Beta Was this translation helpful? Give feedback.
-
|
@spanzetta I am starting to look at this now :-) What OS are you using Bookworm, Trixie etc? |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
Sometimes I see the below errors in the log
2026-03-19T20:29:57.823471+01:00 allsky allsky[81377]: A module that was compiled using NumPy 1.x cannot be run in
2026-03-19T20:29:57.823620+01:00 allsky allsky[81377]: NumPy 2.4.3 as it may crash. To support both 1.x and 2.x
2026-03-19T20:29:57.823679+01:00 allsky allsky[81377]: versions of NumPy, modules must be compiled with NumPy 2.0.
2026-03-19T20:29:57.823728+01:00 allsky allsky[81377]: Some module may need to rebuild instead e.g. with 'pybind11>=2.12'.
2026-03-19T20:29:57.823775+01:00 allsky allsky[81377]: If you are a user of the module, the easiest solution will be to
2026-03-19T20:29:57.823821+01:00 allsky allsky[81377]: downgrade to 'numpy<2' or try to upgrade the affected module.
2026-03-19T20:29:57.823850+01:00 allsky allsky[81377]: We expect that some modules will need time to support NumPy 2.
2026-03-19T20:29:57.823863+01:00 allsky allsky[81377]: Traceback (most recent call last): File "/home/admin/allsky/scripts/flow-runner.py", line 258, in
2026-03-19T20:29:57.823875+01:00 allsky allsky[81377]: result = globals()[method](arguments, shared.args.event)
2026-03-19T20:29:57.823888+01:00 allsky allsky[81377]: File "/home/admin/allsky/scripts/modules/allsky_clearsky.py", line 218, in clearsky
2026-03-19T20:29:57.823900+01:00 allsky allsky[81377]: result = allsky_clear_sky.run()
2026-03-19T20:29:57.823912+01:00 allsky allsky[81377]: File "/home/admin/allsky/scripts/modules/allsky_clearsky.py", line 178, in run
2026-03-19T20:29:57.823925+01:00 allsky allsky[81377]: sources, image = allsky_shared.count_starts_in_image(image_data)
2026-03-19T20:29:57.823937+01:00 allsky allsky[81377]: File "/home/admin/allsky/scripts/modules/allsky_shared.py", line 4655, in count_starts_in_image
2026-03-19T20:29:57.823949+01:00 allsky allsky[81377]: sources = daofind(image_data - median)
2026-03-19T20:29:57.823962+01:00 allsky allsky[81377]: File "/home/admin/allsky/venv/lib/python3.11/site-packages/photutils/detection/core.py", line 29, in call
2026-03-19T20:29:57.823974+01:00 allsky allsky[81377]: return self.find_stars(data, mask=mask)
2026-03-19T20:29:57.823986+01:00 allsky allsky[81377]: File "/home/admin/allsky/venv/lib/python3.11/site-packages/photutils/detection/daofinder.py", line 297, in find_stars
2026-03-19T20:29:57.823998+01:00 allsky allsky[81377]: return cat.to_table()
2026-03-19T20:29:57.824011+01:00 allsky allsky[81377]: File "/home/admin/allsky/venv/lib/python3.11/site-packages/photutils/detection/daofinder.py", line 798, in to_table
2026-03-19T20:29:57.824023+01:00 allsky allsky[81377]: table.meta.update(_get_meta()) # keep table.meta type
2026-03-19T20:29:57.824035+01:00 allsky allsky[81377]: File "/home/admin/allsky/venv/lib/python3.11/site-packages/photutils/utils/_misc.py", line 72, in _get_meta
2026-03-19T20:29:57.824047+01:00 allsky allsky[81377]: 'version': _get_version_info()}
2026-03-19T20:29:57.824060+01:00 allsky allsky[81377]: File "/home/admin/allsky/venv/lib/python3.11/site-packages/photutils/utils/_misc.py", line 27, in _get_version_info
2026-03-19T20:29:57.824071+01:00 allsky allsky[81377]: pkg = import(package)
2026-03-19T20:29:57.824084+01:00 allsky allsky[81377]: File "/usr/lib/python3/dist-packages/matplotlib/init.py", line 113, in
2026-03-19T20:29:57.824096+01:00 allsky allsky[81377]: from . import _api, _version, cbook, _docstring, rcsetup
2026-03-19T20:29:57.824108+01:00 allsky allsky[81377]: File "/usr/lib/python3/dist-packages/matplotlib/rcsetup.py", line 27, in
2026-03-19T20:29:57.824140+01:00 allsky allsky[81377]: from matplotlib.colors import Colormap, is_color_like
2026-03-19T20:29:57.824154+01:00 allsky allsky[81377]: File "/usr/lib/python3/dist-packages/matplotlib/colors.py", line 56, in
2026-03-19T20:29:57.824166+01:00 allsky allsky[81377]: from matplotlib import _api, _cm, cbook, scale
2026-03-19T20:29:57.824178+01:00 allsky allsky[81377]: File "/usr/lib/python3/dist-packages/matplotlib/scale.py", line 22, in
2026-03-19T20:29:57.824190+01:00 allsky allsky[81377]: from matplotlib.ticker import (
2026-03-19T20:29:57.824202+01:00 allsky allsky[81377]: File "/usr/lib/python3/dist-packages/matplotlib/ticker.py", line 138, in
2026-03-19T20:29:57.824214+01:00 allsky allsky[81377]: from matplotlib import transforms as mtransforms
2026-03-19T20:29:57.824227+01:00 allsky allsky[81377]: File "/usr/lib/python3/dist-packages/matplotlib/transforms.py", line 49, in
2026-03-19T20:29:57.824239+01:00 allsky allsky[81377]: from matplotlib._path import (
2026-03-19T20:29:57.824251+01:00 allsky allsky[81377]: AttributeError: _ARRAY_API not found
Beta Was this translation helpful? Give feedback.
All reactions