Skip to content
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

Failed building wheel for aiohttp on Python 3.5.0rc1 #467

Closed
playpauseandstop opened this issue Aug 13, 2015 · 3 comments
Closed

Failed building wheel for aiohttp on Python 3.5.0rc1 #467

playpauseandstop opened this issue Aug 13, 2015 · 3 comments
Labels

Comments

@playpauseandstop
Copy link
Contributor

Got,

  Traceback (most recent call last):
    File "<string>", line 1, in <module>
    File "/private/var/folders/fp/j7wp2x1571q6srvmfvksq_k80000gn/T/pip-build-wdizzg6y/aiohttp/setup.py", line 93, in <module>
      setup(**args)
    File "/Users/playpauseandstop/.pyenv/versions/3.5.0rc1/lib/python3.5/distutils/core.py", line 148, in setup
      dist.run_commands()
    File "/Users/playpauseandstop/.pyenv/versions/3.5.0rc1/lib/python3.5/distutils/dist.py", line 955, in run_commands
      self.run_command(cmd)
    File "/Users/playpauseandstop/.pyenv/versions/3.5.0rc1/lib/python3.5/distutils/dist.py", line 974, in run_command
      cmd_obj.run()
    File "/Users/playpauseandstop/Projects/.../env/lib/python3.5/site-packages/wheel/bdist_wheel.py", line 213, in run
      archive_basename = self.get_archive_basename()
    File "/Users/playpauseandstop/Projects/.../env/lib/python3.5/site-packages/wheel/bdist_wheel.py", line 161, in get_archive_basename
      impl_tag, abi_tag, plat_tag = self.get_tag()
    File "/Users/playpauseandstop/Projects/.../env/lib/python3.5/site-packages/wheel/bdist_wheel.py", line 155, in get_tag
      assert tag == supported_tags[0]
  AssertionError

  ----------------------------------------
  Failed building wheel for aiohttp

while installing aiothttp==0.17.2 on Python 3.5.0rc1.

So proposed to add new classifier for aiohttp, that it supports Python 3.5

@asvetlov
Copy link
Member

Done for master and 0.17 branch (no aiohttp 0.17.3 release yet)

@playpauseandstop
Copy link
Contributor Author

Unfortunatelly that is not aiohttp, but wheel issue. Version 0.17.3 with proper platform tag still not building wheel cause of https://bitbucket.org/pypa/wheel/issues/146/wheel-building-fails-on-cpython-350b3

@lock
Copy link

lock bot commented Oct 29, 2019

This thread has been automatically locked since there has not been
any recent activity after it was closed. Please open a new issue for
related bugs.

If you feel like there's important points made in this discussion,
please include those exceprts into that new issue.

@lock lock bot added the outdated label Oct 29, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Oct 29, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants