tcgoetz / GarminDB

Download and parse data from Garmin Connect or a Garmin watch, FitBit CSV, and MS Health CSV files into and analyze data in Sqlite serverless databases with Jupyter notebooks.
GNU General Public License v2.0
1.1k stars 138 forks source link

Error: No module named 'numpy.core._multiarray_umath' #180

Closed Molleke closed 10 months ago

Molleke commented 1 year ago

Describe the bug ImportError:

IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!

Importing the numpy C-extensions failed. This error can happen for many reasons, often due to issues with your setup or how NumPy was installed.

We have compiled some common reasons and troubleshooting tips at:

https://numpy.org/devdocs/user/troubleshooting-importerror.html

Please note and check the following:

and make sure that they are the versions you expect. Please carefully study the documentation linked above for further help.

Original error was: No module named 'numpy.core._multiarray_umath'

To Reproduce Steps to reproduce the behavior: Just ran garmindb_cli.py --help

tcgoetz commented 1 year ago

Is this repeatable with the current release https://github.com/tcgoetz/GarminDB/releases/tag/v3.4.0 ?