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

'SequenceIterator' object is not iterable on Python 3.13.1 #433

Open
flowithwind opened this issue Dec 31, 2024 · 1 comment
Open

'SequenceIterator' object is not iterable on Python 3.13.1 #433

flowithwind opened this issue Dec 31, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@flowithwind
Copy link

[Environment]
Microsoft Windows11 [version 10.0.22631.4602]
Python 3.13.1
pymilvus Version: 2.5.1
vectordb-bench Version: 0.0.19
Docker:v27.3.1
milvusdb/milvus:v2.5.1-gpu

when after install vectordb-bench and run init_bench. select ”Search Performance Test(50k Dataset, 1536 Dim)“, throw such exceptions:

2024-12-31 06:06:38,468 | INFO: Syncing all process and start concurrency search, concurrency=1 (mp_runner.py:112) (5332)
2024-12-31 06:06:38,633 | WARNING: **VectorDB search_embedding error: 'SequenceIterator' object is not iterable (mp_runner.py:64) (27140)
Traceback (most recent call last):
  File "C:\Users\remote_owner\AppData\Local\Programs\Python\Python313\Lib\site-packages\vectordb_bench\backend\runner\mp_runner.py", line 58, in search
    self.db.search_embedding(
    ~~~~~~~~~~~~~~~~~~~~~~~~^
        test_data[idx],
        ^^^^^^^^^^^^^^^
        self.k,
        ^^^^^^^
        self.filters,
        ^^^^^^^^^^^^^
    )

after that , I tried python 3.11.11 , it's OK.

@XuanYang-cn XuanYang-cn self-assigned this Dec 31, 2024
@XuanYang-cn
Copy link
Collaborator

THX for the feedback, we will adapt to the latest Python 3.13 as soon as possible.

@XuanYang-cn XuanYang-cn added the enhancement New feature or request label Dec 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants