Skip to content

add missing persistqueue dependency #66

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

Merged
merged 1 commit into from
Mar 27, 2023
Merged

add missing persistqueue dependency #66

merged 1 commit into from
Mar 27, 2023

Conversation

teynar
Copy link
Contributor

@teynar teynar commented Mar 27, 2023

from persistqueue import SQLiteAckQueue

  File "/home/teynar/projects/gerev/app/./main.py", line 20, in <module>
    from indexing.background_indexer import BackgroundIndexer
  File "/home/teynar/projects/gerev/app/./indexing/background_indexer.py", line 5, in <module>
    from index_queue import IndexQueue
  File "/home/teynar/projects/gerev/app/./index_queue.py", line 5, in <module>
    from persistqueue import SQLiteAckQueue
ModuleNotFoundError: No module named 'persistqueue'

@Roey7 Roey7 merged commit 711610d into GerevAI:main Mar 27, 2023
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 this pull request may close these issues.

2 participants