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

Broken Benchmark pipeline #1155

Open
nimasteryang opened this issue Jan 4, 2025 · 1 comment
Open

Broken Benchmark pipeline #1155

nimasteryang opened this issue Jan 4, 2025 · 1 comment
Assignees

Comments

@nimasteryang
Copy link

A few days ago, I was able to successfully run the Composio testing workflow on the SWE-Bench platform using an ARM64 computing platform. However, today, I encountered an issue while attempting to run the composio/swe instance. The error occurred within the Docker container, and the following is the log of the Docker:

2025-01-03 20:32:48 Restarting OpenBSD Secure Shell server: sshd.
2025-01-03 20:32:49 [2025-01-04 01:32:49,356][DEBUG] GET https://backend.composio.dev/api/v1/apps - {}
2025-01-03 20:32:50 [2025-01-04 01:32:50,952][DEBUG] GET https://backend.composio.dev/api/v1/actions - {}
2025-01-03 20:32:52 [2025-01-04 01:32:52,946][DEBUG] GET https://backend.composio.dev/api/v1/triggers - {}
2025-01-03 20:32:53 ✔ Apps updated
2025-01-03 20:32:53 ✔ Tags updated
2025-01-03 20:32:53 ✔ Actions updated
2025-01-03 20:32:53 ✔ Triggers updated
2025-01-03 20:32:54 Traceback (most recent call last):
2025-01-03 20:32:54 File "/usr/local/bin/composio", line 5, in
2025-01-03 20:32:54 from composio.cli import composio
2025-01-03 20:32:54 File "/usr/local/lib/python3.12/site-packages/composio/init.py", line 22, in
2025-01-03 20:32:54 from composio.client import Composio # noqa: E402
2025-01-03 20:32:54 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-01-03 20:32:54 File "/usr/local/lib/python3.12/site-packages/composio/client/init.py", line 15, in
2025-01-03 20:32:54 from composio.client.collections import (
2025-01-03 20:32:54 File "/usr/local/lib/python3.12/site-packages/composio/client/collections.py", line 22, in
2025-01-03 20:32:54 from composio.client.enums import (
2025-01-03 20:32:54 File "/usr/local/lib/python3.12/site-packages/composio/client/enums/init.py", line 8, in
2025-01-03 20:32:54 from ._tag import Tag
2025-01-03 20:32:54 File "/usr/local/lib/python3.12/site-packages/composio/client/enums/tag.py", line 1087
2025-01-03 20:32:54 WRIKE_FOLDER
&_PROJECTS: 'Tag'
2025-01-03 20:32:54 ^^^^^^^^^^^^^^^^^^^^^^^
2025-01-03 20:32:54 SyntaxError: illegal target for annotation
2025-01-03 20:32:54 Sentry is attempting to send 2 pending events
2025-01-03 20:32:54 Waiting up to 2 seconds
2025-01-03 20:32:54 Press Ctrl-C to quit

Additionally, I noticed that composio/swe only provides an ARM64 image on DockerHub but does not provide an AMD64 image. I would kindly request that Composio consider building and uploading an AMD64 image to DockerHub to make the tool easier to run for more people.

Thank you for your attention to this matter!

@sohamganatra
Copy link
Contributor

Checking this!

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

No branches or pull requests

3 participants