-
Notifications
You must be signed in to change notification settings - Fork 225
libpng error: Write Error #6535
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
Comments
Single-line reproducer:
|
Any chance of testing with this new package?:
|
Build files created by the nmake generator do not link to the UCRT. This was the cause of ContinuumIO/anaconda-issues#6535
Works for me now, thanks! |
Thank you for the feedback. |
@mingwandroid - is there an ETA for the fixed packages getting distributed in the default channel? I'm just asking to see whether it makes any sense to add a workaround for our failing appveyor builds or can simply just wait this out. |
@bsipocz, Did the new package work for you or are you not in a position to test them? |
It worked for one of our maintainers on his windows laptop, haven't checked it on appveyor yet, but I assume it will work, there too. |
This has been released now, please close if this works for you @bsipocz. |
@mingwandroid - Thank you, indeed it works now. (I can't close the issue though as it wasn't me who opened it). |
OK, thank you for the feedback, closing. |
Build files created by the nmake generator do not link to the UCRT. This was the cause of ContinuumIO/anaconda-issues#6535
Build files created by the nmake generator do not link to the UCRT. This was the cause of ContinuumIO/anaconda-issues#6535
Uninstalled Anaconda 4 and installed Anaconda 5 on windows server 2016 (VS2017 preview on the same machine), Anaconda 4 worked fine
(C:\Users\Administrator\Anaconda3) C:\Users\Administrator\Documents>conda list libpng
packages in environment at C:\Users\Administrator\Anaconda3:
libpng 1.6.32 vc14hce43e6c_2 [vc14]
(C:\Users\Administrator\Anaconda3) C:\Users\Administrator\Documents>conda list matplotlib
packages in environment at C:\Users\Administrator\Anaconda3:
matplotlib 2.0.2 py36h58ba717_1
(C:\Users\Administrator\Anaconda3) C:\Users\Administrator\Documents>python
Python 3.6.2 |Anaconda, Inc.| (default, Sep 19 2017, 08:03:39) [MSC v.1900 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
(C:\Users\Administrator\Anaconda3) C:\Users\Administrator\Documents>dir xx.png
Volume in drive C has no label.
Volume Serial Number is D89A-3D90
Directory of C:\Users\Administrator\Documents
10/09/2017 05:26 PM 0 xx.png
1 File(s) 0 bytes
0 Dir(s) 40,410,468,352 bytes free
(C:\Users\Administrator\Anaconda3) C:\Users\Administrator\Documents>
The text was updated successfully, but these errors were encountered: