You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-21Lines changed: 0 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,27 +64,6 @@ You will need to set some environmental variables and create some driver configu
64
64
If experiencing any issues connecting to the server, please check out the [rtbdb troubleshooting](https://grit.stsci.edu/roman/rtb-database#connecting-to-the-server-and-troubleshooting).
65
65
66
66
67
-
68
-
### Notes on macOS machine with an M1 chip (to be tested)
69
-
Begin by creating and entering a new conda environment:
70
-
```
71
-
conda create -n wfirefpipe python=3.12
72
-
conda activate wfirefpipe
73
-
```
74
-
75
-
Next we need to install the SQL drivers for `freetds` and `pyodbc`. A custom build of FreeTDS is necessary for the drivers to work with the M1 processor and `pyodbc` must be installed with anaconda before you install the main package:
0 commit comments