Summary: | TypeError: linspace() got an unexpected keyword argument 'dtype' | ||
---|---|---|---|
Product: | piglit | Reporter: | Vinson Lee <vlee> |
Component: | tests | Assignee: | Piglit Mailing List <piglit> |
Status: | RESOLVED FIXED | QA Contact: | Piglit Mailing List <piglit> |
Severity: | normal | ||
Priority: | medium | CC: | airlied, baker.dylan.c |
Version: | unspecified | Keywords: | bisected, regression |
Hardware: | x86-64 (AMD64) | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Vinson Lee
2016-07-02 20:51:48 UTC
Upgrading numpy to 1.9.0 fixes the build for me. numpy 1.8.2 still fails. commit b9767c8443c682f338cd5fa87e6a762bf9e1cea5 Author: Dave Airlie <airlied@redhat.com> Date: Mon Jul 4 16:18:40 2016 +1000 builtin_function: try and use casts for 64-bits instead of dtype setting. The dtype setting only works with numpy 1.9 and above, which doesn't seem to be in most distros yet. Reported-by: Jose Fonseca <jfonseca@vmware.com> Tested-by: Jose Fonseca <jfonseca@vmware.com> Signed-off-by: Dave Airlie <airlied@redhat.com> |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.