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

errors occurred when running pip install -v --disable-pip-version-check --no-cache-dir ./ #1082

Open
ZhangRenkai opened this issue Apr 18, 2021 · 4 comments

Comments

@ZhangRenkai
Copy link

image

I encountered this problem when running pip install -v --disable-pip-version-check --no-cache-dir ./ and I can't solve it, please help me

@u-brixton
Copy link

I started getting this error after repo upgrade a few weeks ago (using in colab). Hard reset to previous version fixes the error during install for me

git reset --hard a651

@infinite013
Copy link

git reset --hard a651

when i run "git reset --hard a651"
i've got message below:
image

what should i do?

@u-brixton
Copy link

git reset --hard a651

when i run "git reset --hard a651"
i've got message below:
image

what should i do?

the message says everything is OK, you reverted to the right commit.
just rerun the pip install command for apex after that
for me these commands work in colab (different cells)

%%writefile setup.sh
export CUDA_HOME=/usr/local/cuda-10.1
pip install -v --disable-pip-version-check --no-cache-dir --global-option="--cpp_ext" --global-option="--cuda_ext" ./

!sh setup.sh

@aishgupta
Copy link

git hard reset does not solve issue #1104. Any leads will be very much appreciated.

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

4 participants