DNABERT icon indicating copy to clipboard operation
DNABERT copied to clipboard

install packages using pip

Open lingfengxu opened this issue 2 years ago • 2 comments

pip version 21.3.1 (the latest) is needed, otherwise you will meet errors while installing packages using pip.

lingfengxu avatar Oct 03 '23 05:10 lingfengxu

cd DNABERT python3 -m pip install --editable . cd examples python3 -m pip install -r requirements.txt You can try several times to ensure you successfully install all packages required.

lingfengxu avatar Oct 03 '23 05:10 lingfengxu

git clone https://github.com/NVIDIA/apex cd apex pip install -v --no-cache-dir --global-option="--cpp_ext" --global-option="--cuda_ext" ./ python version >= 3.7 is needed. However, the instruction specifies python version 3.6.

lingfengxu avatar Oct 03 '23 05:10 lingfengxu