Replies: 4 comments 1 reply
-
it appears that you have installed an older version of Python (less than 3.5) https://stackoverflow.com/a/40590445 I will add an additional error catching to capture this error as well. Make sure to activate |
Beta Was this translation helpful? Give feedback.
-
Thanks for pointing out my error. Yep, it wasn't pointing to python 3.8. My fault. Got if fixed, but now I have the fastqdump error I see on this board. My next challenge... Thanks again. |
Beta Was this translation helpful? Give feedback.
-
I am using in Ubuntu. I have a similar problem, but with "bio". I am running doctor.py and I am getting the following error message: bio ... Traceback (most recent call last):File "/home/wilo_victor/bin/doctor.py", line 125, in |
Beta Was this translation helpful? Give feedback.
-
looks like bio was not installed for some reason, you can rectify that by
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
After installing software and running doctor.py I am getting the following error message:
$ doctor.py
Doctor! Doctor! Give me the news.
Checking symptoms ...
bwa ... Traceback (most recent call last):
File "/Users/jeffkiefer/bin/doctor.py", line 125, in
health_check()
File "/Users/jeffkiefer/bin/doctor.py", line 105, in health_check
errors += tool_check(tools=TOOLS)
File "/Users/jeffkiefer/bin/doctor.py", line 69, in tool_check
res = subprocess.run(args, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
AttributeError: 'module' object has no attribute 'run'
(base)
Any thoughts on what may be the issue and possible fix?
Thanks in advance.
I am on M1 mac and running latest Mac OS 12.4
Beta Was this translation helpful? Give feedback.
All reactions