Closed jkbrzt closed 9 years ago
Doh my bad - meant to do bdist_wheel upload but did a bdist upload.
Will fix soon.
On Feb 16, 2015, at 12:27 PM, Jakub Roztočil notifications@github.com wrote:
Python3 installation on Windows fails:
Reading https://pypi.python.org/simple/pytest-httpbin/ Best match: pytest-httpbin 0.0.6.macosx-10.10-x86-64 Downloading https://pypi.python.org/packages/any/p/pytest-httpbin/pytest-httpbin-0.0.6.macosx-10.10-x86_64.tar.gz#md5=c29c3895fd016dccbdb9057e33602031 Processing pytest-httpbin-0.0.6.macosx-10.10-x86_64.tar.gz error: Couldn't find a setup script in C:\Users\appveyor\AppData\Local\Temp\easy_install-ac8isjn7\pytest-httpbin-0.0.6.macosx-10.10-x86_64.tar.gz Notice that pip tries to install the pytest-httpbin-0.0.6.macosx-10.10-x86_64.tar.gz package, which according to PyPi is a '"dumb" binary built for Darwin-14.0.0'. I think it can/should be removed from PyPi.
— Reply to this email directly or view it on GitHub.
OK should be fixed.
All green again, thanks! https://ci.appveyor.com/project/jakubroztocil/httpie/build/job/2uom4d9riggiaax2
Python3 installation on Windows fails:
Notice that
pip
tries to install thepytest-httpbin-0.0.6.macosx-10.10-x86_64.tar.gz
package, which according to PyPi is a '"dumb" binary built for Darwin-14.0.0'. I think it can/should be removed from PyPi.(Btw, there has been a similar issue with HTTPie when I accidentally published a
bdist
package: https://github.com/jakubroztocil/httpie/issues/301)