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

problem with starting dragonfire 1.1.1 #170

Open
xidef opened this issue Sep 24, 2022 · 0 comments
Open

problem with starting dragonfire 1.1.1 #170

xidef opened this issue Sep 24, 2022 · 0 comments

Comments

@xidef
Copy link

xidef commented Sep 24, 2022

federico@federico-Lenovo-B590:~$ dragonfire
Traceback (most recent call last):
File "/usr/local/bin/dragonfire", line 33, in
sys.exit(load_entry_point('dragonfire==1.1.1', 'console_scripts', 'dragonfire')())
File "/usr/local/bin/dragonfire", line 25, in importlib_load_entry_point
return next(matches).load()
File "/usr/lib/python3.10/importlib/metadata/init.py", line 171, in load
module = import_module(match.group('module'))
File "/usr/lib/python3.10/importlib/init.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1050, in _gcd_import
File "", line 1027, in _find_and_load
File "", line 1006, in _find_and_load_unlocked
File "", line 688, in _load_unlocked
File "", line 883, in exec_module
File "", line 241, in call_with_frames_removed
File "/usr/local/lib/python3.10/dist-packages/dragonfire-1.1.1-py3.10-linux-x86_64.egg/dragonfire/init.py", line 33, in
from dragonfire.learn import Learner # Submodule of Dragonfire that forms her learning ability
File "/usr/local/lib/python3.10/dist-packages/dragonfire-1.1.1-py3.10-linux-x86_64.egg/dragonfire/learn.py", line 16, in
from dragonfire.database import Fact # Submodule of Dragonfire module that contains the database schema
File "/usr/local/lib/python3.10/dist-packages/dragonfire-1.1.1-py3.10-linux-x86_64.egg/dragonfire/database.py", line 21, in
class User(Base):
File "/home/federico/.local/lib/python3.10/site-packages/sqlalchemy/orm/decl_api.py", line 76, in init
as_declarative(reg, cls, dict)
File "/home/federico/.local/lib/python3.10/site-packages/sqlalchemy/orm/decl_base.py", line 126, in as_declarative
return MapperConfig.setup_mapping(registry, cls, dict, None, {})
File "/home/federico/.local/lib/python3.10/site-packages/sqlalchemy/orm/decl_base.py", line 183, in setup_mapping
return cfg_cls(registry, cls
, dict
, table, mapper_kw)
File "/home/federico/.local/lib/python3.10/site-packages/sqlalchemy/orm/decl_base.py", line 331, in init
self.setup_table(table)
File "/home/federico/.local/lib/python3.10/site-packages/sqlalchemy/orm/decl_base.py", line 854, in setup_table
table_cls(
File "", line 2, in new
File "/home/federico/.local/lib/python3.10/site-packages/sqlalchemy/util/deprecations.py", line 309, in warned
return fn(*args, **kwargs)
File "/home/federico/.local/lib/python3.10/site-packages/sqlalchemy/sql/schema.py", line 616, in new
with util.safe_reraise():
File "/home/federico/.local/lib/python3.10/site-packages/sqlalchemy/util/langhelpers.py", line 70, in exit
compat.raise
(
File "/home/federico/.local/lib/python3.10/site-packages/sqlalchemy/util/compat.py", line 208, in raise

raise exception
File "/home/federico/.local/lib/python3.10/site-packages/sqlalchemy/sql/schema.py", line 612, in new
table._init(name, metadata, *args, **kw)
File "/home/federico/.local/lib/python3.10/site-packages/sqlalchemy/sql/schema.py", line 681, in _init
self._extra_kwargs(**kwargs)
File "/home/federico/.local/lib/python3.10/site-packages/sqlalchemy/sql/schema.py", line 817, in _extra_kwargs
self._validate_dialect_kwargs(kwargs)
File "/home/federico/.local/lib/python3.10/site-packages/sqlalchemy/sql/base.py", line 424, in validate_dialect_kwargs
raise TypeError(
TypeError: Additional arguments should be named
, got 'useexisting'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant