Closed m00zi closed 5 years ago
There are no binary wheels for OSX because I don't have access to OSX machine and it was impossible to build them on Travis last time.
From what I see here, seems that clang removed -frecord-gcc-switches
, this switch does not affect anything important (it just stored compiler switches in the binary). You can just clone the repository and edit it out and see if it compiles.
I have successfully build it by changing the if condition to add -frecord-gcc-switches
using sys.platform == 'darwin'.
I notice you had a "osx" branch, should I place pull request on that branch?
Btw, I am developing in MacOS ( Sierra 10.13.6 ), I would be able to help you compile binary wheels for MacOS if you still need it.
Thank you @theblackcat102.
It's fine on master, OSX branch was only for building wheels.
does anyone knows how to install the japronto on MacOSX (10.14.3 (18D109) Mojave) , I am using Python 3.7.2, pip 19.0.3
I have tried the followings but all failed:
python3 -m pip install japronto
python3 -m pip3 install japronto
pip3 install japronto
pip install japronto
pip3 install japronto==0.1.2
pip install japronto==0.1.2
Output:
pip3 install git+git://github.com/squeaky-pl/japronto.git@master