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
when i run the project by installing the requirement.txt file it showed me the error
PS C:\Users\yasba\PycharmProjects\pythonProject\mentorship-backend-develop> python run.py
Traceback (most recent call last):
File "C:\Users\yasba\PycharmProjects\pythonProject\mentorship-backend-develop\run.py", line 39, in
application = create_app(get_env_config())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\yasba\PycharmProjects\pythonProject\mentorship-backend-develop\run.py", line 16, in create_app
db.init_app(app)
File "C:\Users\yasba\anaconda3\Lib\site-packages\flask_sqlalchemy\extension.py", line 374, in init_app
engines[key] = self._make_engine(key, options, app)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\yasba\anaconda3\Lib\site-packages\flask_sqlalchemy\extension.py", line 665, in _make_engine
return sa.engine_from_config(options, prefix="")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\yasba\anaconda3\Lib\site-packages\sqlalchemy\engine\create.py", line 811, in engine_from_config
return create_engine(url, **options)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 2, in create_engine
File "C:\Users\yasba\anaconda3\Lib\site-packages\sqlalchemy\util\deprecations.py", line 281, in warned
return fn(*args, **kwargs) # type: ignore[no-any-return]
^^^^^^^^^^^^^^^^^^^
File "C:\Users\yasba\anaconda3\Lib\site-packages\sqlalchemy\engine\create.py", line 552, in create_engine
entrypoint = u._get_entrypoint()
^^^^^^^^^^^^^^^^^^^
File "C:\Users\yasba\anaconda3\Lib\site-packages\sqlalchemy\engine\url.py", line 755, in _get_entrypoint
cls = registry.load(name)
^^^^^^^^^^^^^^^^^^^
File "C:\Users\yasba\anaconda3\Lib\site-packages\sqlalchemy\util\langhelpers.py", line 374, in load
raise exc.NoSuchModuleError(
sqlalchemy.exc.NoSuchModuleError: Can't load plugin: sqlalchemy.dialects:None
can you please give me the solution for this error
The text was updated successfully, but these errors were encountered:
Thank you and congrats 🎉 for opening your very first issue in this project.
AnitaB.org Open Source is an inclusive community, committed to creating a safe and positive environment 🌸 Please follow our Code Of Conduct 🙌
You can learn more about the community on our website and documentation repository.
You may submit a PR on the same if you like!
Please follow our Commit Message Style Guide and Coding Standards while sending PRs.
If you want to report a bug 🐞, please follow our bug_report.md template. Please make sure you include steps to reproduce it and be patient we will get back to you as soon as we can 👀
Also, feel free to join us on AnitaB.org Open Source Zulip Community 🤝 We have different streams for each active repository for discussions.👩🏻💻🧑🏻💻
For mentorship-backend, join #mentorship-system stream! Hope you have a great time here :)
when i run the project by installing the requirement.txt file it showed me the error
PS C:\Users\yasba\PycharmProjects\pythonProject\mentorship-backend-develop> python run.py
Traceback (most recent call last):
File "C:\Users\yasba\PycharmProjects\pythonProject\mentorship-backend-develop\run.py", line 39, in
application = create_app(get_env_config())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\yasba\PycharmProjects\pythonProject\mentorship-backend-develop\run.py", line 16, in create_app
db.init_app(app)
File "C:\Users\yasba\anaconda3\Lib\site-packages\flask_sqlalchemy\extension.py", line 374, in init_app
engines[key] = self._make_engine(key, options, app)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\yasba\anaconda3\Lib\site-packages\flask_sqlalchemy\extension.py", line 665, in _make_engine
return sa.engine_from_config(options, prefix="")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\yasba\anaconda3\Lib\site-packages\sqlalchemy\engine\create.py", line 811, in engine_from_config
return create_engine(url, **options)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 2, in create_engine
File "C:\Users\yasba\anaconda3\Lib\site-packages\sqlalchemy\util\deprecations.py", line 281, in warned
return fn(*args, **kwargs) # type: ignore[no-any-return]
^^^^^^^^^^^^^^^^^^^
File "C:\Users\yasba\anaconda3\Lib\site-packages\sqlalchemy\engine\create.py", line 552, in create_engine
entrypoint = u._get_entrypoint()
^^^^^^^^^^^^^^^^^^^
File "C:\Users\yasba\anaconda3\Lib\site-packages\sqlalchemy\engine\url.py", line 755, in _get_entrypoint
cls = registry.load(name)
^^^^^^^^^^^^^^^^^^^
File "C:\Users\yasba\anaconda3\Lib\site-packages\sqlalchemy\util\langhelpers.py", line 374, in load
raise exc.NoSuchModuleError(
sqlalchemy.exc.NoSuchModuleError: Can't load plugin: sqlalchemy.dialects:None
can you please give me the solution for this error
The text was updated successfully, but these errors were encountered: