Skip to content

Instantly share code, notes, and snippets.

@meal
Created September 14, 2015 16:14
Show Gist options
  • Select an option

  • Save meal/f0596e07a0f9ae1b0a3d to your computer and use it in GitHub Desktop.

Select an option

Save meal/f0596e07a0f9ae1b0a3d to your computer and use it in GitHub Desktop.

Revisions

  1. meal created this gist Sep 14, 2015.
    22 changes: 22 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,22 @@
    Traceback (most recent call last):
    File "<string>", line 1, in <module>
    File "/private/var/folders/_r/3whzfg6j7xd6ds4vjz35lvpc0000gn/T/pip-build-m2yvtea5/simplejson/setup.py", line 111, in <module>
    run_setup(not IS_PYPY)
    File "/private/var/folders/_r/3whzfg6j7xd6ds4vjz35lvpc0000gn/T/pip-build-m2yvtea5/simplejson/setup.py", line 108, in run_setup
    **kw)
    File "/usr/local/Cellar/python3/3.5.0/Frameworks/Python.framework/Versions/3.5/lib/python3.5/distutils/core.py", line 148, in setup
    dist.run_commands()
    File "/usr/local/Cellar/python3/3.5.0/Frameworks/Python.framework/Versions/3.5/lib/python3.5/distutils/dist.py", line 955, in run_commands
    self.run_command(cmd)
    File "/usr/local/Cellar/python3/3.5.0/Frameworks/Python.framework/Versions/3.5/lib/python3.5/distutils/dist.py", line 974, in run_command
    cmd_obj.run()
    File "/Volumes/Storage/envs/amazon/lib/python3.5/site-packages/wheel/bdist_wheel.py", line 213, in run
    archive_basename = self.get_archive_basename()
    File "/Volumes/Storage/envs/amazon/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 "/Volumes/Storage/envs/amazon/lib/python3.5/site-packages/wheel/bdist_wheel.py", line 155, in get_tag
    assert tag == supported_tags[0]
    AssertionError

    ----------------------------------------
    Failed building wheel for simplejson