Open steveschulze opened 3 days ago
poetry is not supported anymore.
Did you try to: pip install ztfquery
or, if you clone (and updated the repo)
cd ztfquery
(where setup.* files are)
pip install .
These should work
just updated the README that was indeed out of date.
Hi Mickaël,
I tried to install ztfquery with poetry in a Python 3.11 environment on a Mac M1. I get this error
[tool.poetry] section not found in /MY_PATH/ztfquery/pyproject.toml
I also tried to install it with pip, and I get this error:
Is the current version of ztfquery working on Python 3.11. If not I would set up a 3.8 environment.
Cheers,
Steve