Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Weird TypeError: dist must be a Distribution instance in get_atlas_version #7235

Description

@amueller

When installing the atlas dev packages on travis, I get a really weird error:

  File "/home/travis/miniconda/envs/testenv/lib/python3.5/site-packages/numpy/distutils/system_info.py", line 1409, in get_atlas_version

    c = cmd_config(Distribution())

  File "/home/travis/miniconda/envs/testenv/lib/python3.5/distutils/cmd.py", line 57, in __init__

    raise TypeError("dist must be a Distribution instance")

TypeError: dist must be a Distribution instance

See here.

This is the numpy dev wheel. Updating setuptools didn't help.
Any ideas?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions