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
Solution to issue cannot be found in the documentation.
I checked the documentation.
Issue
I use Miniforge 3 on my Windows 11. I am working in a environment that I created with conda activate myenv and then I installed conda install python spyder-kernels=3
I'm trying to install gdal with pip install gdal
but I have this error C:\Users\...\miniforge3\envs\disp_profiles\include\pyconfig.h(59): fatal error C1083: Cannot open include file: 'io.h': No such file or directory.
If I go to the directory C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\ucrt the file is there
I just installed Visual studio build tools 2022 with
Visual C++ Build tools core features.
MSVC toolset C++ 2022 v143 (x86,x64)
Visual C++ 2019 Redistributable Update
C++ core desktop feautures
Windows 11 SDK (10.0.22621.0) for Desktop C++
C++ CMake toold for Windows
Testing tools
C++ ATL for latest v143
Plus, I tried to add the path in the environment variables but nothing...
Solution to issue cannot be found in the documentation.
Issue
I use Miniforge 3 on my Windows 11. I am working in a environment that I created with
conda activate myenv
and then I installedconda install python spyder-kernels=3
I'm trying to install gdal with
pip install gdal
but I have this error
C:\Users\...\miniforge3\envs\disp_profiles\include\pyconfig.h(59): fatal error C1083: Cannot open include file: 'io.h': No such file or directory
.If I go to the directory
C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\ucrt
the file is thereI just installed Visual studio build tools 2022 with
Plus, I tried to add the path in the environment variables but nothing...
What should I do? I'm fairly new to Python
Thanks
Installed packages
Environment info
The text was updated successfully, but these errors were encountered: