Closed TazWake closed 5 years ago
Hi,
this issue only exists with python2. However, it is fixed in the master branch, but not uploaded to the pip server.
It is a dependency problem which comes with a pull request. The setup.py uses pathlib and pathlib for python2 does not support the method read_text.
Thanks - it works when I pull the repo and install via setup.py, as you've said here.
I've been trying to install this for two days now and keep hitting errors.
When I try to install this via pip "pip install filebytes", I get the following error message:
I've tried updating setuptools etc, but it still doesnt work. I am not sure if this is a problem with pip or filebytes though.