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
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__)
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
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.
The text was updated successfully, but these errors were encountered: