Would it be possible to update PyO3? The conda-forge recipe fails to support PYPY interpreter, which would require v0.15.2 upward to circumvent the UTF8 undefined attribute error.
Updating to 0.15.2 would require to update:
return Err(exceptions::ValueError::py_err("Invalid language_code"))
Would it be possible to update PyO3? The conda-forge recipe fails to support PYPY interpreter, which would require v0.15.2 upward to circumvent the UTF8 undefined attribute error. Updating to 0.15.2 would require to update:
return Err(exceptions::ValueError::py_err("Invalid language_code"))