Troubleshooting Python dependency issues
Jupyter notebook issues / Python issues
NOTE: If using Windows, you may have to increase the default length of your PATH variable. Instructions here
NOTE: Some Python dependencies require that you have C++ build tools installed. If your install shows an error similar to
Failed building wheel for chroma-hnswlib
, try the following:
- Windows: Install C++ build tools >
- MacOS: Make sure Xcode command line tools are installed
xcode-select --install
- Linux (debian based): Make sure you have the Python -dev release and build-essentials installed
sudo apt install python3.9-dev build-essential