Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors by exec "matrix-registration" #102

Open
Git-ChrisSc opened this issue Feb 15, 2023 · 0 comments
Open

Errors by exec "matrix-registration" #102

Git-ChrisSc opened this issue Feb 15, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@Git-ChrisSc
Copy link

How did you install matrix-registration?

pip

What python version are you running?

python3 --version ==> Python 3.10.6

What version of matrix-registration are you running?

unknown

Your config.yml

I didn't have a config - because execute "matrix-registration" stops working

Same Problem with this step:
wget https://raw.githubusercontent.com/ZerataX/matrix-registration/master/config.sample.yaml
cp config.sample.yaml config.yaml
nano config.yaml

matrix-registration --config-path /my/folders/mynamedconfig.yaml

Your error log

File "/usr/local/bin/matrix-registration", line 5, in <module>
    from matrix_registration.app import cli
  File "/usr/local/lib/python3.10/dist-packages/matrix_registration/__init__.py", line 1, in <module>
    from . import api
  File "/usr/local/lib/python3.10/dist-packages/matrix_registration/api.py", line 31, in <module>
    from . import tokens
  File "/usr/local/lib/python3.10/dist-packages/matrix_registration/tokens.py", line 16, in <module>
    db = SQLAlchemy()
  File "/usr/local/lib/python3.10/dist-packages/flask_sqlalchemy/__init__.py", line 714, in __init__
    self.session = self.create_scoped_session(session_options)
  File "/usr/local/lib/python3.10/dist-packages/flask_sqlalchemy/__init__.py", line 747, in create_scoped_session
    scopefunc = options.pop('scopefunc', _app_ctx_stack.__ident_func__)

Area of your issue?

installation

What happened

Nothing happens

Steps to reproduce

Distributor ID: Ubuntu
Description: Ubuntu 22.04.1 LTS
Release: 22.04
Codename: jammy


Just Follow the Installationguide.

@Git-ChrisSc Git-ChrisSc added the bug Something isn't working label Feb 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant