turicas / rows

A common, beautiful interface to tabular data, no matter the format
GNU Lesser General Public License v3.0
865 stars 136 forks source link

Removing pathlib from requirements #364

Closed RaphaelGuim closed 2 years ago

RaphaelGuim commented 2 years ago

If you try to install pathlib em python3.9 or greater you receive a error cause Pathlib is now a native module from python and you will overwrite the original module.

https://docs.python.org/3/library/pathlib.html

jsbueno commented 2 years ago

Note that this breaks things for Python 2: my proposal is to keep the separate "0.4" branch Python 2 compatible, and follow on "develop" with code that can be Python 3 only - bumping the version to 0.5 - merging this change actually "starts" this.