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

No Attribute Futures Executor #1507

Closed
1 task done
collindutter opened this issue Jan 6, 2025 · 0 comments · Fixed by #1512
Closed
1 task done

No Attribute Futures Executor #1507

collindutter opened this issue Jan 6, 2025 · 0 comments · Fixed by #1512
Assignees
Labels
status: confirmed The issue has been verified type:bug Something isn't working
Milestone

Comments

@collindutter
Copy link
Member

Describe the bug
Users are reporting that running Griptape in Huggingface Spaces produces this error when switching out of the app and then returning back.

Exception ignored in: <function FuturesExecutorMixin.__del__ at 0x7f513536c700>
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/griptape/mixins/futures_executor_mixin.py", line 22, in __del__
    executor = self.futures_executor
AttributeError: 'PromptTask' object has no attribute 'futures_executor'
@collindutter collindutter added type:bug Something isn't working status: confirmed The issue has been verified labels Jan 6, 2025
@collindutter collindutter self-assigned this Jan 6, 2025
@collindutter collindutter modified the milestones: 2.0, 1.2 Jan 6, 2025
@collindutter collindutter mentioned this issue Jan 6, 2025
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: confirmed The issue has been verified type:bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant