You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pypy-env/site-packages/numpy/distutils/system_info.py:432: in get_info
return cl().get_info(notfound_action)
pypy-env/site-packages/numpy/distutils/system_info.py:624: in get_info
self.calc_info()
pypy-env/site-packages/numpy/distutils/system_info.py:1656: in calc_info
atlas_info = get_info('atlas_blas')
pypy-env/site-packages/numpy/distutils/system_info.py:432: in get_info
return cl().get_info(notfound_action)
pypy-env/site-packages/numpy/distutils/system_info.py:624: in get_info
self.calc_info()
pypy-env/site-packages/numpy/distutils/system_info.py:1223: in calc_info
atlas_version, atlas_extra_info = get_atlas_version(**atlas)
pypy-env/site-packages/numpy/distutils/system_info.py:1456: in get_atlas_version
c = cmd_config(Distribution())
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <numpy.distutils.command.config.config object at 0x00000000135778d8>
dist = <distutils.dist.Distribution object at 0x0000000013577910>
def __init__(self, dist):
"""Create and initialize a new Command object. Most importantly,
invokes the 'initialize_options()' method, which is the real
initializer and depends on the actual command being
instantiated.
"""
# late import because of mutual dependence between these classes
from distutils.dist import Distribution
if not isinstance(dist, Distribution):
> raise TypeError("dist must be a Distribution instance")
E TypeError: dist must be a Distribution instance
Calling
numpy.distutils.system_info.get_info
on PyPy3-6.0 produces an errorReproducing code example:
Error message:
Numpy/Python version information:
The text was updated successfully, but these errors were encountered: