Skip to content

Commit d4e8b48

Browse files
committed
Temp fix. Uninstall numpy and pyerfa before installs.
1 parent af6b5d7 commit d4e8b48

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tutorials/parquet-catalog-demos/euclid-hats-parquet.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ This notebook demonstrates the basics.
5353
## Installs and imports
5454

5555
```{code-cell}
56+
# !pip uninstall -y numpy pyerfa
5657
# !pip install 'hats>=0.5' 'lsdb>=0.5' matplotlib numpy s3fs
5758
```
5859

@@ -65,6 +66,9 @@ import lsdb
6566
import matplotlib.colors
6667
import matplotlib.pyplot as plt
6768
import numpy as np
69+
# NOTE: If you run into an error that starts with,
70+
# "A module that was compiled using NumPy 1.x cannot be run in NumPy 2.1.3 as it may crash.",
71+
# make sure you have restarted the kernel since doing `pip install`. Then re-run the cell.
6872
```
6973

7074
## 1. Setup

0 commit comments

Comments
 (0)