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
Note: If MacOS, you might need to install pcre in advance.
127
-
$ sudo brew install pcre
127
+
$ brew install pcre
128
128
129
129
Install [GridDB Server](https://github.com/griddb/griddb) and [C Client](https://github.com/griddb/c_client). (Note: If you build them from source code, please use clang 11.0.0)
130
130
@@ -136,22 +136,9 @@ Set CPATH and LIBRARY_PATH.
136
136
137
137
Install Pandas and Numpy as below:
138
138
139
-
$ python -m pip install numpy
140
-
$ python -m pip install pandas
139
+
$ python3 -m pip install numpy
140
+
$ python3 -m pip install pandas
141
141
142
-
Modify **Makefile** to make python_client compatible with MacOS:
143
-
- Change python include path and numpy include path on MacOS. For example:
0 commit comments