Created
September 14, 2015 16:14
-
-
Save meal/f0596e07a0f9ae1b0a3d to your computer and use it in GitHub Desktop.
Revisions
-
meal created this gist
Sep 14, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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