ricardolsmendes / datacatalog-tag-manager

Python package to manage Google Cloud Data Catalog tags, loading metadata from external sources -- currently supports the CSV file format
MIT License
18 stars 11 forks source link

numpy 1.19.4 raises a RuntimeError when running in Windows 10 Home #36

Closed ricardolsmendes closed 3 years ago

ricardolsmendes commented 3 years ago

I'm getting a runtime error when running datacatalog-tag-manager in Windows 10 Home:

RuntimeError: The current Numpy installation ('C:\\__REDACTED__\\datacatalog-tag-manager\\env\\lib\\site-packages\\numpy\\__init__.py') fails to pass a sanity check due to a bug in the windows runtime. See this issue for more information: https://tinyurl.com/y3dm3h86

The error happens when running the connector or even the unit tests.

ricardolsmendes commented 3 years ago

Windows-compatible numpy version ranges were set in all datacatalog-tag-manager stable branches: 'numpy >= 1.19.0, <= 1.19.3',.