-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows 10 compatibility? #7
Comments
This project is only a python binding for the native iconv library. The original python 2 version supported “glibc 2, Solaris, or other Unix variants” and I have not made any additional efforts for wider support. Not sure what exactly is needed to build on windows. |
You are correct, iconv is the library that fails to compile. I've somehow managed to use GnuWin32 to at least get it work as |
I got success to build and use python-iconv with python 3.11 and 3.12 (msvc).
|
Using Python 3.10 and going
pip install python-iconv
failed with
error: microsoft visual c++ 14.0 or greater is required. get it with "microsoft c++ build tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
After installing the default workload for "Desktop development with C++" via Visual Studio Build Tools the result is different after
pip install python-iconv
The text was updated successfully, but these errors were encountered: