We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
OS: Win 11
Error:
C:\Users\CS2 KANZI PC>csv_trans -f "C:/USERS/CS2 KANZI PC/Downloads/test/Result.csv" -fs "," -sl "ja" -tl "en" Translating DataFrame: 0%| | 0/1 [00:00<?, ?it/s]Exception in thread Thread-4 (_handle_results): Traceback (most recent call last): File "C:\Program Files\Python312\Lib\threading.py", line 1073, in _bootstrap_inner self.run() File "C:\Program Files\Python312\Lib\threading.py", line 1010, in run self._target(*self._args, **self._kwargs) File "C:\Program Files\Python312\Lib\multiprocessing\pool.py", line 579, in _handle_results task = get()
File "C:\Program Files\Python312\Lib\multiprocessing\connection.py", line 251, in recv return _ForkingPickler.loads(buf.getbuffer())
TypeError: NotValidPayload.init() missing 1 required positional argument: 'val'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
OS: Win 11
Error:
C:\Users\CS2 KANZI PC>csv_trans -f "C:/USERS/CS2 KANZI PC/Downloads/test/Result.csv" -fs "," -sl "ja" -tl "en"
Translating DataFrame: 0%| | 0/1 [00:00<?, ?it/s]Exception in thread Thread-4 (_handle_results):
Traceback (most recent call last):
File "C:\Program Files\Python312\Lib\threading.py", line 1073, in _bootstrap_inner
self.run()
File "C:\Program Files\Python312\Lib\threading.py", line 1010, in run
self._target(*self._args, **self._kwargs)
File "C:\Program Files\Python312\Lib\multiprocessing\pool.py", line 579, in _handle_results
task = get()
File "C:\Program Files\Python312\Lib\multiprocessing\connection.py", line 251, in recv
return _ForkingPickler.loads(buf.getbuffer())
TypeError: NotValidPayload.init() missing 1 required positional argument: 'val'
The text was updated successfully, but these errors were encountered: