You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I wanted to experiment with your tangram project, but when installing it, I came across these two issues:
The atmlab project (which is a prereq) is no longer available at https://github.com/xoolive/atmlab -- @xoolive could you advise on what to use instead or how to get it?
It looks like the poetry installer for tangram requires Python < 3.11, see the error below. Any reason for this? My default installation uses Python 3.11.2 which is the latest supported version. (This is an easy fix in pyproject.toml - I can submit a PR if desired)
Thanks for the advice!
$ poetry install
Path /git/atmlab for atmlab does not exist
The currently activated Python version 3.11.2 is not supported by the project (>=3.8,<3.11).
Trying to find and use a compatible version.
Poetry was unable to find a compatible version. If you have one, you can explicitly use it via the "env use" command.
The text was updated successfully, but these errors were encountered:
Hi, I wanted to experiment with your tangram project, but when installing it, I came across these two issues:
atmlab
project (which is a prereq) is no longer available at https://github.com/xoolive/atmlab -- @xoolive could you advise on what to use instead or how to get it?poetry
installer fortangram
requires Python < 3.11, see the error below. Any reason for this? My default installation uses Python 3.11.2 which is the latest supported version. (This is an easy fix inpyproject.toml
- I can submit a PR if desired)Thanks for the advice!
The text was updated successfully, but these errors were encountered: