This repository has been archived by the owner on Mar 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 231
BLINK installation failed #99
Comments
I got error... Preparing metadata (setup.py) ... error × python setup.py egg_info did not run successfully.
note: This error originates from a subprocess, and is likely not a problem with pip. |
Here's what I found I had to do in order to install:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, I followed instructions to install BLINK with the given command but failed.
pip install -e [email protected]:facebookresearch/BLINK#egg=BLINK
It threw an error as follows:
So I slightly revised the command as follows and it worked well.
pip install -e git+https://github.com/facebookresearch/BLINK.git#egg=BLINK
The text was updated successfully, but these errors were encountered: