Closed paleozogt closed 6 years ago
Ah, Python 2's open doesn't have an encoding keyword argument. I'll put in a fix later and make a release. In the mean time, you can try the following:
git clone https://github.com/ethanhs/clang
cd clang
(add "from io import open" to the top of setup.py)
pip2 install .
I'll add some more CI tests to make sure things work under python 2.
Okay, this is fixed in 6.0.0.2
which is now on PyPi. Let me know if you have any issues!
Works for me. Thanks!
Great! You're welcome
I cannot install clang with python2: