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

TimeoutWindowsContext #24

Open
zez1998216 opened this issue Sep 23, 2024 · 5 comments
Open

TimeoutWindowsContext #24

zez1998216 opened this issue Sep 23, 2024 · 5 comments

Comments

@zez1998216
Copy link

An error encountered in the Data exploration step: Context TimeoutWindowsContext(_is_enabled=True, issues=[], name='TimeoutContext', should_register=True, seconds=599, exception=<class 'data_to_paper.run_gpt_code.exceptions.CodeTimeoutException'>) is not serializable.
How to solve it?
1727080577991

@zez1998216
Copy link
Author

A few seconds after the code was generated,the error occurred.

@rkishony
Copy link
Contributor

fixed.
Commit: 125e6ee

New version 1.1.2 is uploaded to pypi. To get the new version:

pip uninstall data-to-paper
pip install data-to-paper

kindly let us know if this helped

@zez1998216
Copy link
Author

fixed. Commit: 125e6ee

New version 1.1.2 is uploaded to pypi. To get the new version:

pip uninstall data-to-paper
pip install data-to-paper

kindly let us know if this helped

Thanks a lot, the timeout error solved! But I encountered a new error which was the same error as issus#25.
[WinError 32] The process cannot access the file because it is being used by another process: 'C:\Users\Z\AppData\Local\Temp\data_to_paper_temp_e0927367-ffd8-4952-80c8-f59dbe13291b\test.pdf'

@zez1998216
Copy link
Author

fixed. Commit: 125e6ee
New version 1.1.2 is uploaded to pypi. To get the new version:

pip uninstall data-to-paper
pip install data-to-paper

kindly let us know if this helped

Thanks a lot, the timeout error solved! But I encountered a new error which was the same error as issus#25. [WinError 32] The process cannot access the file because it is being used by another process: 'C:\Users\Z\AppData\Local\Temp\data_to_paper_temp_e0927367-ffd8-4952-80c8-f59dbe13291b\test.pdf'

This error is solved too.

@rkishony
Copy link
Contributor

all these fixes are now uploaded to pypi, so you can just re-install:

pip uninstall data-to-paper
pip install data-to-paper

run

data-to-paper --version

you should have 1.1.3 (or larger)

let us know if this works

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

2 participants