-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Building packages from source crashes with unimplemented function KERNEL32.dll.CopyFile2
in pywine:3.12
#51
Comments
Yeah, seen the same problem too, had no time to debug yet. Might be a wine problem? I already had to switch to the |
Mhm, might be. Should i open a bug report with wine? Or did you already create one? |
No, I didn't report it yet. This seems to happen whenever there is no wheel available to install and pip tries to build the project from source (another example, randomly picked from PyPI: |
unimplemented function KERNEL32.dll.CopyFile2
in pywine:3.12
Probably caused by python/cpython#105086 |
I implemented a stupid workaround... |
Reported to wine: https://bugs.winehq.org/show_bug.cgi?id=55897 |
This reverts commit 8331f9e. Since https://bugs.winehq.org/show_bug.cgi?id=55897 was fixed in Wine 9.3, this workaround is now obsolete.
Just a heads up: This is fixed in Wine 9.3, therefore I reverted the workaround just now. (see 5bd3eae) |
Hi,
Thank you for your work.
I have run into a problem and i am unsure how to resolve it. My project depends on pysftp and i am installing pysftp with wine64 pip install pysftp (normaly it comes via requirements of my own package, but thats besides the point). When i execute this in pywine:3.10 and pywine:3.11 it is installed without any problems. in pywine:3.12 it throws errors, see next section. Is this a problem of pysftp, is it a problem with wine or am i doing something wrong?
Log
The text was updated successfully, but these errors were encountered: