-
Notifications
You must be signed in to change notification settings - Fork 674
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
[Q]wandb: ERROR Internal wandb error: file data was not synced wandb: While tearing down the service manager. The following error has occurred: Python int too large to convert to C long #7859
Comments
Hi @yangjhui Good day and thank you for reporting this to us. Happy to help you on this! To further investigate this issue, we would like to request for your help if you can share us how you are logging this to wandb. Could you please share us a code snippet that you used for your training? Also, to get more information with this error, can you also share the |
Hello @paulosabile-wb Thank you for your quick reply.
The debug-internal.log and debug.log are as follows: Thank you again for your reply. I would greatly appreciate it. |
WandB Internal User commented: To further investigate this issue, we would like to request for your help if you can share us how you are logging this to wandb. Could you please share us a code snippet that you used for your training? Also, to get more information with this error, can you also share the |
Luis Bergua commented: |
Hello @luisbergua ! I am regret to tell you that my issue has not been resolved. Can you give me further assistance? |
Due to inactivity we are closing this request, please comment to reopen. |
When I ran the neural network code under the window system for training, the results of both the training and validation sets were successfully uploaded to the Wandb platform, but the test set could not be uploaded smoothly, and the following error message appeared in the end.
Thread SenderThread:
Traceback (most recent call last):
File "E:\LeStoreDownload\Anaconda\envs\PPO\lib\site-packages\wandb\sdk\internal\internal_util.py", line 48, in run
self._run()
File "E:\LeStoreDownload\Anaconda\envs\PPO\lib\site-packages\wandb\sdk\internal\internal_util.py", line 99, in _run
self._process(record)
File "E:\LeStoreDownload\Anaconda\envs\PPO\lib\site-packages\wandb\sdk\internal\internal.py", line 327, in _process
self._sm.send(record)
File "E:\LeStoreDownload\Anaconda\envs\PPO\lib\site-packages\wandb\sdk\internal\sender.py", line 385, in send
send_handler(record)
File "E:\LeStoreDownload\Anaconda\envs\PPO\lib\site-packages\wandb\sdk\internal\sender.py", line 407, in send_request
send_handler(record)
File "E:\LeStoreDownload\Anaconda\envs\PPO\lib\site-packages\wandb\sdk\internal\sender.py", line 659, in send_request_defer
self._pusher.join()
File "E:\LeStoreDownload\Anaconda\envs\PPO\lib\site-packages\wandb\sdk\internal\file_pusher.py", line 178, in join
self._tempdir.cleanup()
File "E:\LeStoreDownload\Anaconda\envs\PPO\lib\tempfile.py", line 811, in cleanup
_shutil.rmtree(self.name)
File "E:\LeStoreDownload\Anaconda\envs\PPO\lib\shutil.py", line 516, in rmtree
return _rmtree_unsafe(path, onerror)
File "E:\LeStoreDownload\Anaconda\envs\PPO\lib\shutil.py", line 377, in _rmtree_unsafe
onerror(os.scandir, path, sys.exc_info())
File "E:\LeStoreDownload\Anaconda\envs\PPO\lib\shutil.py", line 374, in _rmtree_unsafe
with os.scandir(path) as scandir_it:
FileNotFoundError: [WinError 3] 系统找不到指定的路径。: 'C:\Users\YJH\AppData\Local\Temp\tmpgj9j6mjgwandb'
wandb: ERROR Internal wandb error: file data was not synced
wandb: While tearing down the service manager. The following error has occurred: Python int too large to convert to C long
Error in atexit._run_exitfuncs:
Traceback (most recent call last):
File "E:\LeStoreDownload\Anaconda\envs\PPO\lib\shutil.py", line 374, in _rmtree_unsafe
with os.scandir(path) as scandir_it:
FileNotFoundError: [WinError 3] 系统找不到指定的路径。: 'C:\Users\YJH\AppData\Local\Temp\tmp1zdgid0ewandb-media'
Error in atexit._run_exitfuncs:
Traceback (most recent call last):
File "E:\LeStoreDownload\Anaconda\envs\PPO\lib\shutil.py", line 374, in _rmtree_unsafe
with os.scandir(path) as scandir_it:
FileNotFoundError: [WinError 3] 系统找不到指定的路径。: 'C:\Users\YJH\AppData\Local\Temp\tmpi4ryqkddwandb-artifacts'
进程已结束,退出代码0
The wandb platform displays the following:
The wandb-summary.json is as follows:
How can I solve this problem?
The text was updated successfully, but these errors were encountered: