You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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: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!
The text was updated successfully, but these errors were encountered: