Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install packages using pip #112

Open
lingfengxu opened this issue Oct 3, 2023 · 2 comments
Open

install packages using pip #112

lingfengxu opened this issue Oct 3, 2023 · 2 comments

Comments

@lingfengxu
Copy link

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

@lingfengxu
Copy link
Author

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
Copy link
Author

lingfengxu commented Oct 3, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant