Open JAQuent opened 3 months ago
Thank you for the bug report!
It looks like in f1482116638b1d9d3e3ce41d602e1ef72f1a39cb, I started using functionality that is only available in setuptools ≥ 62.4.0. But Ubuntu 22.04 has setuptools 59.6.0.
You can try to run this command:
pip3 install --upgrade setuptools pip packaging
and then try to install ReText again.
Or you can install ReText==8.0.1
, the previous release which does not have this problem. Or install retext from Ubuntu packages.
I will add the necessary metadata in the next release.
I am using Ubuntu 22.04.4 LTS and I am unable to install ReText on my laptop. Please let me know if you need any further information. I am using ReText on my other machines and I'd really love to have it on my laptop as well.
python3 --version
Python 3.10.12
and get the following error: pip3 --default-timeout=1000 install ReText