Hello everyone,
I am trying to install the gsheets conections library with the following commands:
pip install st-gsheets-connection
and the following:
pip install streamlit git+https://github.com/streamlit/gsheets-connection
in both cases I throws the following error.
error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\VC\\Tools\\MSVC\\14.38.33130\\bin\\HostX86\\x64\\cl.exe' failed with exit code 2
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for duckdb
Failed to build duckdb
ERROR: Could not build wheels for duckdb, which is required to install pyproject.toml-based projects
I would appreciate if anyone has any reference on how to solve it.
Greetings