warden icon indicating copy to clipboard operation
warden copied to clipboard

pi4 with citadel (better umbrell) not starting, installed without errors

Open editwentyone opened this issue 3 years ago • 1 comments

this is what I get after starting with python3 warden

Traceback (most recent call last):
  File "/usr/lib/python3.9/runpy.py", line 197, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "/usr/lib/python3.9/runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "/home/citadel/warden/warden/__main__.py", line 23, in <module>
    from diags import internet_connected
  File "/home/citadel/warden/warden/diags.py", line 6, in <module>
    from utils import pickle_it
  File "/home/citadel/warden/warden/utils.py", line 9, in <module>
    import mhp as mrh
  File "/home/citadel/warden/warden/mhp.py", line 24, in <module>
    import pandas as pd
  File "/home/citadel/.local/lib/python3.9/site-packages/pandas/__init__.py", line 30, in <module>
    from pandas._libs import hashtable as _hashtable, lib as _lib, tslib as _tslib
  File "/home/citadel/.local/lib/python3.9/site-packages/pandas/_libs/__init__.py", line 13, in <module>
    from pandas._libs.interval import Interval
  File "pandas/_libs/interval.pyx", line 1, in init pandas._libs.interval
ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 88 from C header, got 80 from PyObject```

editwentyone avatar Aug 17 '22 11:08 editwentyone

i had to update this pip install --upgrade numpy

Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Requirement already satisfied: numpy in /home/citadel/.local/lib/python3.9/site-packages (1.19.4)
Collecting numpy
  Downloading numpy-1.23.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (13.9 MB)
     |████████████████████████████████| 13.9 MB 7.8 kB/s 
Installing collected packages: numpy
  Attempting uninstall: numpy
    Found existing installation: numpy 1.19.4
    Uninstalling numpy-1.19.4:
      Successfully uninstalled numpy-1.19.4
Successfully installed numpy-1.23.2

editwentyone avatar Aug 17 '22 11:08 editwentyone