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

SDK only installs fail due to unsatisfied SQLAlchemy dependency #1925

Closed
cjao opened this issue Feb 1, 2024 · 0 comments · Fixed by #1950
Closed

SDK only installs fail due to unsatisfied SQLAlchemy dependency #1925

cjao opened this issue Feb 1, 2024 · 0 comments · Fixed by #1950
Assignees

Comments

@cjao
Copy link
Contributor

cjao commented Feb 1, 2024

import covalent will fail

  File "/var/lang/lib/python3.10/site-packages/covalent/_dispatcher_plugins/local.py", line 40, in <module>            
    from ..triggers import BaseTrigger                                                                                 
  File "/var/lang/lib/python3.10/site-packages/covalent/triggers/__init__.py", line 18, in <module>                    
    from .database_trigger import DatabaseTrigger  # nopycln: import                                                   
  File "/var/lang/lib/python3.10/site-packages/covalent/triggers/database_trigger.py", line 22, in <module>                                                                                                                                    
    from sqlalchemy import create_engine                                                                                                                                                                                                       
ModuleNotFoundError: No module named 'sqlalchemy'    
@nehanathani nehanathani changed the title SDK only installs fail due to unsatisfied SQLAlchemy dependency REFINE SDK only installs fail due to unsatisfied SQLAlchemy dependency May 21, 2024
@nehanathani nehanathani changed the title REFINE SDK only installs fail due to unsatisfied SQLAlchemy dependency SDK only installs fail due to unsatisfied SQLAlchemy dependency May 28, 2024
@cjao cjao mentioned this issue May 28, 2024
3 tasks
@cjao cjao linked a pull request May 28, 2024 that will close this issue
3 tasks
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

Successfully merging a pull request may close this issue.

1 participant