At root directory, run:
yarn
Then, run:
yarn workspace webgeoda dev
This is beause U
mode has been deprecated in python 3.11, so you need to downgrade your python version to 3.10.
If you already have python 3.10 installed, you can config your npm
to use it by running, e.g.:
npm config set python /opt/homebrew/opt/python@3.10/bin/python3.10
or
brew unlink python@3.11
brew link python@3.10
{
"resolutions": {
"react": "16.14.0",
"react-dom": "16.14.0",
"@deck.gl/core": "8.8.9",
"@deck.gl/extensions": "8.8.9",
"@deck.gl/layers": "8.8.9",
"@deck.gl/mesh-layers": "8.8.9",
"@deck.gl/react": "8.8.9",
"@deck.gl/geo-layers": "8.8.9",
}
}
at Array.forEach (<anonymous>)`
{
"resolutions": {
"@babel/traverse": "7.22.6"
}
}