International-GNSS-Service / SLM

SiteLog Manager
https://igs-slm.rtfd.org
MIT License
9 stars 2 forks source link

Cannot install SLM #38

Closed jiargei closed 3 months ago

jiargei commented 1 year ago

Hy There! I got some issues while trying to install your SLM.

python3.8 -m poetry install fails:

I tried poetry-1.5.1 with poetry-core-1.6.1

python3.8 -m poetry install
Creating virtualenv igs-slm--xKkJ7Zz-py3.8 in /home/USER/.cache/pypoetry/virtualenvs

module 'virtualenv.create.via_global_ref.builtin.cpython.mac_os' has no attribute 'CPython2macOsFramework'

With the older version of poetry-1.1.15 with poetry-core 1.0.5 I get another error

python3.8 -m poetry install

  RuntimeError

  The Poetry configuration is invalid:
    - Additional properties are not allowed ('group' was unexpected)

  at ~/.local/lib/python3.8/site-packages/poetry/core/factory.py:43 in create_poetry
       39│             message = ""
       40│             for error in check_result["errors"]:
       41│                 message += "  - {}\n".format(error)
       42│ 
    →  43│             raise RuntimeError("The Poetry configuration is invalid:\n" + message)
       44│ 
       45│         # Load package
       46│         name = local_config["name"]
       47│         version = local_config["version"]

SQL-Engine settings

I cannot find PostgreSQL settings in your slm/settings folder. Why is that?

Kind regards, J.

bckohan commented 3 months ago

Instructions for installation as well as a slm-startproject script are available here: https://igs-slm.readthedocs.io/en/latest/installation.html