The application is currently save locally, the main problem is I can’t install Streamlit in Pycharm it is giving several errors like this:
CMake Error at CMakeLists.txt:22 (project):
Generator
Visual Studio 15 2017 Win64
could not find any instance of Visual Studio.
-- Configuring incomplete, errors occurred!
error: command 'C:\\Program Files\\CMake\\bin\\cmake.exe' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for pyarrow
Failed to build pyarrow
ERROR: Could not build wheels for pyarrow, which is required to install pyproject.toml-based projects
I already tried this possible solution:
installing the following:
- latest version of python 3.12.0
- pyarrow 9.0.0 since the latest doesn’t work
- cmake
- wheel
- setuptools
- poetry
I also did uninstall and installing Pycharm, and Python. I also tried changing env. from VirtualENV to Conda same error. Do I need to change environment in fixing this issue?