I tried to run bonito in the pure CPU computing environment.
bonito download --models --latest
And part of the error message shown as
ImportError: libcuda.so.1: cannot open shared object file: No such file or directory
Could I use bonito in the pure CPU computing environment without GPU driver installed ?
I installed the bonito 0.4.0 with miniconda by following steps:
- conda create --name bonito python=3.8
- conda activate bonito
- git clone https://github.com/nanoporetech/bonito.git
- cd bonito/
- pip install -r requirements.txt
- python setup.py develop