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

we need a fixation for sqlalchemy #1657

Closed
ReimarBauer opened this issue Jan 30, 2023 · 3 comments · Fixed by #1658
Closed

we need a fixation for sqlalchemy #1657

ReimarBauer opened this issue Jan 30, 2023 · 3 comments · Fixed by #1658
Assignees
Labels
bug Something isn't working mscolab
Milestone

Comments

@ReimarBauer
Copy link
Member

because 2.0 was released and we are not compatible yet

==================================== ERRORS ====================================
__________ ERROR collecting tests/_test_mscolab/test_chat_manager.py ___________
tests/_test_mscolab/test_chat_manager.py:31: in <module>
    from mslib.mscolab.models import Message, MessageType
mslib/mscolab/models.py:37: in <module>
    db = SQLAlchemy()
/opt/conda/envs/mssenv/lib/python3.10/site-packages/flask_sqlalchemy/__init__.py:758: in __init__
    _include_sqlalchemy(self, query_class)
/opt/conda/envs/mssenv/lib/python3.10/site-packages/flask_sqlalchemy/__init__.py:112: in _include_sqlalchemy
    for key in module.__all__:
E   AttributeError: module 'sqlalchemy' has no attribute '__all__'. Did you mean: '__file__'?
__________ ERROR collecting tests/_test_mscolab/test_file_manager.py ___________
@ReimarBauer ReimarBauer added bug Something isn't working mscolab labels Jan 30, 2023
@ReimarBauer ReimarBauer added this to the 7.0.8 milestone Jan 30, 2023
@ReimarBauer ReimarBauer self-assigned this Jan 30, 2023
@ReimarBauer ReimarBauer linked a pull request Jan 30, 2023 that will close this issue
@rootxrishabh
Copy link
Contributor

For anyone having an issue with the new version, go to this page and download any version starting with 1.* till the time updates for supporting the new version are pushed.

@ReimarBauer
Copy link
Member Author

For users this was solved with a new build yesterday, https://anaconda.org/conda-forge/mss

@ReimarBauer
Copy link
Member Author

In develop this gets refactored #1668

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working mscolab
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants