# I'm encountering the below error while running Temporal locally in Python

**URL:** https://community.temporal.io/t/im-encountering-the-below-error-while-running-temporal-locally-in-python/12742
**Category:** Community Support
**Created:** [July 4, 2024, 1:37pm UTC](https://community.temporal.io/t/im-encountering-the-below-error-while-running-temporal-locally-in-python/12742 "2024-07-04T13:37:13Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Harshit\_gupta](https://sea2.discourse-cdn.com/flex016/user_avatar/community.temporal.io/harshit_gupta/32/5543_2.png) [@Harshit\_gupta](https://community.temporal.io/u/Harshit_gupta)
#### Post date: [July 4, 2024, 1:37pm UTC](https://community.temporal.io/t/im-encountering-the-below-error-while-running-temporal-locally-in-python/12742/1 "2024-07-04T13:37:13Z")

</div>

2024-07-04 18:40:00 ERROR Exception in callback \<Task pending name=‘run (workflow: KnowledgeSyncWorkflow, id: knowledge-sync-workflow-2c0b6f90-59b1-47e8-9b8b-090d2daee1ab, run: 202b81ad-bb94-4a5b-8d29-9aecc821ff1c)’ coro=\<\_WorkflowInstanceImpl.\_run\_top\_level\_workflow\_function() running at /Users/harshit.gupta/workspace\_obs/knowledge-ingestion-pipeline/.venv/lib/python3.10/site-packages/temporalio/worker/\_workflow\_instance.py:1348\> cb=[set.remove()]\>()  
handle: \<Handle \<Task pending name=‘run (workflow: KnowledgeSyncWorkflow, id: knowledge-sync-workflow-2c0b6f90-59b1-47e8-9b8b-090d2daee1ab, run: 202b81ad-bb94-4a5b-8d29-9aecc821ff1c)’ coro=\<\_WorkflowInstanceImpl.\_run\_top\_level\_workflow\_function() running at /Users/harshit.gupta/workspace\_obs/knowledge-ingestion-pipeline/.venv/lib/python3.10/site-packages/temporalio/worker/\_workflow\_instance.py:1348\> cb=[set.remove()]\>()\>  
Traceback (most recent call last):  
File “/Users/harshit.gupta/.pyenv/versions/3.10.14/lib/python3.10/asyncio/events.py”, line 80, in \_run  
self.\_context.run(self.\_callback, \*self.\_args)

using python 3.10  
temporalio==1.3.0
