-
Notifications
You must be signed in to change notification settings - Fork 52
NanoPlot Crash #426
Description
The crash is as follows:
ERROR root:NanoPlot.py:main()- max_workers must be greater than 0
Traceback (most recent call last):
File "/home/parasitology/anaconda3/lib/python3.10/site-packages/nanoplot/NanoPlot.py", line 58, in main
datadf = get_input(
File "/home/parasitology/anaconda3/lib/python3.10/site-packages/nanoget/nanoget.py", line 100, in get_input
with cfutures.ProcessPoolExecutor(max_workers=filethreads) as executor:
File "/home/parasitology/anaconda3/lib/python3.10/concurrent/futures/process.py", line 611, in init
raise ValueError("max_workers must be greater than 0")
ValueError: max_workers must be greater than 0
If you read this then NanoPlot 1.46.1 has crashed :-(
Please try updating NanoPlot and see if that helps...
If not, please report this issue at https://github.com/wdecoster/NanoPlot/issues
If you could include the log file that would be really helpful.
Thanks!
Traceback (most recent call last):
File "/home/parasitology/anaconda3/bin/NanoPlot", line 8, in
sys.exit(main())
File "/home/parasitology/anaconda3/lib/python3.10/site-packages/nanoplot/NanoPlot.py", line 58, in main
datadf = get_input(
File "/home/parasitology/anaconda3/lib/python3.10/site-packages/nanoget/nanoget.py", line 100, in get_input
with cfutures.ProcessPoolExecutor(max_workers=filethreads) as executor:
File "/home/parasitology/anaconda3/lib/python3.10/concurrent/futures/process.py", line 611, in init
raise ValueError("max_workers must be greater than 0")
ValueError: max_workers must be greater than 0
I have tried updating, and it still crashed. Any advice would be very appreciated. Thank you in advance.