You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear developer team,
Thank you very much for this great software. When I test it,this message appears:
Traceback (most recent call last):
File "D:\Software\MhcVizpipe-Pack\MhcVizPipe\python\lib\site-packages\MhcVizPipe\gui.py", line 1022, in run_analysis
cl_tools.make_binding_predictions()
File "D:\Software\MhcVizpipe-Pack\MhcVizPipe\python\lib\site-packages\MhcVizPipe\Tools\cl_tools.py", line 122, in make_binding_predictions
predictions = netmhcpan.predict_dict()
File "D:\Software\MhcVizpipe-Pack\MhcVizPipe\python\lib\site-packages\MhcVizPipe\Tools\netmhcpan_helper.py", line 325, in predict_dict
self.make_predictions()
File "D:\Software\MhcVizpipe-Pack\MhcVizPipe\python\lib\site-packages\MhcVizPipe\Tools\netmhcpan_helper.py", line 298, in make_predictions
self._run_jobs()
File "D:\Software\MhcVizpipe-Pack\MhcVizPipe\python\lib\site-packages\MhcVizPipe\Tools\netmhcpan_helper.py", line 225, in _run_jobs
raise ChildProcessError(f'{job.stdout.decode()}\n\n{job.stderr.decode()}')
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xdd in position 68: invalid continuation byte
Thanks,
Best
Chao
The text was updated successfully, but these errors were encountered:
It looks like Python isn't able to decode the console output from NetMHCpan. I haven't seen this before, but maybe it is happening because of the portable Python distribution we used. I have a couple questions to start:
What operating system are you using?
Are you using the standalone version of MhcVizPipe (i.e. you downloaded it from the release section of this repository) or did you install it into an existing Python using pip install mhcvizpipe?
Best,
Kevin
kevinkovalchik
changed the title
Issues
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xdd in position 68: invalid continuation byte
Apr 20, 2022
I get the same error message as described by Chao.
To answer your question, I use a windows operating system and installed MhcVizPipe following your step by step guide downloading and installing it from the release section of this repository (v0.7.9).
Dear developer team,
Thank you very much for this great software. When I test it,this message appears:
Traceback (most recent call last):
File "D:\Software\MhcVizpipe-Pack\MhcVizPipe\python\lib\site-packages\MhcVizPipe\gui.py", line 1022, in run_analysis
cl_tools.make_binding_predictions()
File "D:\Software\MhcVizpipe-Pack\MhcVizPipe\python\lib\site-packages\MhcVizPipe\Tools\cl_tools.py", line 122, in make_binding_predictions
predictions = netmhcpan.predict_dict()
File "D:\Software\MhcVizpipe-Pack\MhcVizPipe\python\lib\site-packages\MhcVizPipe\Tools\netmhcpan_helper.py", line 325, in predict_dict
self.make_predictions()
File "D:\Software\MhcVizpipe-Pack\MhcVizPipe\python\lib\site-packages\MhcVizPipe\Tools\netmhcpan_helper.py", line 298, in make_predictions
self._run_jobs()
File "D:\Software\MhcVizpipe-Pack\MhcVizPipe\python\lib\site-packages\MhcVizPipe\Tools\netmhcpan_helper.py", line 225, in _run_jobs
raise ChildProcessError(f'{job.stdout.decode()}\n\n{job.stderr.decode()}')
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xdd in position 68: invalid continuation byte
Thanks,
Best
Chao
The text was updated successfully, but these errors were encountered: