-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
enable Python 3.5 Windows build #1
Conversation
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
ping @ocefpaf from conda-forge/staged-recipes#605 |
Thanks for opening the issue. Here is the full log. I will take a look at this once I get back to my office. ===== testing package: glymur-0.8.3-py35_0 =====
import: 'glymur'
C:\conda\envs\_test\lib\site-packages\glymur\lib\config.py:151: UserWarning: Neither the openjp2 nor the openjpeg library could be loaded.
warnings.warn(msg)
Traceback (most recent call last):
File "C:\conda\conda-bld\test-tmp_dir\run_test.py", line 26, in <module>
import glymur
File "C:\conda\envs\_test\lib\site-packages\glymur\__init__.py", line 5, in <module>
from glymur import version
File "C:\conda\envs\_test\lib\site-packages\glymur\version.py", line 17, in <module>
from .lib import openjpeg as opj, openjp2 as opj2
File "C:\conda\envs\_test\lib\site-packages\glymur\lib\__init__.py", line 4, in <module>
from . import c
File "C:\conda\envs\_test\lib\site-packages\glymur\lib\c.py", line 9, in <module>
C_LIB = ctypes.CDLL(LIBC_PATH)
File "C:\conda\envs\_test\lib\ctypes\__init__.py", line 347, in __init__
self._handle = _dlopen(self._name, mode)
TypeError: bad argument type for built-in operation
TESTS FAILED: glymur-0.8.3-py35_0 |
ping @quintusdias do you have any ideas on this? |
That is the first time I've seen that failure. Might be possible to avoid On Wed, May 18, 2016 at 9:47 AM, Stuart Mumford notifications@github.com
John Evans |
well conda-forge build 2.1 so I am happy to not support 2.0. Is this error it trying to find the openjpeg C library? |
so not that then. Unless it's not finding the conda package version of openjpeg correctly. |
Nope, it's failing to find the MS standard C library. Which is kind of OpenJPEG's been pretty quiet on the development front lately, so I haven't On Thu, May 19, 2016 at 5:47 AM, Stuart Mumford notifications@github.com
John Evans |
and actually, as I look again at the code, the reason it's failing to find if sys.platform == 'win32': So, it's taking the wrong code path. Which means that sys.platform isn't On Thu, May 19, 2016 at 5:57 AM, John Evans john.g.evans.ne@gmail.com
John Evans |
Sorry, hold on again. In my previous, I had been looking at my devel Will still look at an 0.8.4 release (and make sure it works on windows). On Thu, May 19, 2016 at 6:04 AM, John Evans john.g.evans.ne@gmail.com
John Evans |
@quintusdias We are looking at doing a SunPy release with Python 3 support for the first time this week or early next week, so if you could get 0.8.4 out of the door as soon as you have some time that would be great. |
This will presumeably break.