Python3 installation error
shkarupa-alex opened this issue · 4 comments
shkarupa-alex commented
File "/private/var/folders/vz/ybx331j17wxd9z6994w96rkc0000gn/T/pip-build-vbwbjsut/jamspell/setup.py", line 46, in find_swig
assert subprocess.check_output([swigBinary, "-version"]).find('SWIG Version 3') != -1
TypeError: a bytes-like object is required, not 'str'
yoptar commented
This error persists when installing from pip3. It downloads the archive from https://github.com/bakwc/JamSpell/tarball/0.0.8
bakwc commented
thanks for update, i will upload fixed version tonight
bakwc commented
Try now, uploaded a fixed version (0.0.9).
yoptar commented
It works now, thanks!