Open Taitai6521 opened 3 years ago
pip install lovasz
ERROR: Could not find a version that satisfies the requirement lovasz (from versions: none) ERROR: No matching distribution found for lovasz Note: you may need to restart the kernel to use updated packages.
Please let me know the solution to this.
Simply install the repo using git clone $REPO_URL$ and then pip install -e . while you are already inside the cloned directory.
git clone $REPO_URL$
pip install -e .
pip install lovasz
ERROR: Could not find a version that satisfies the requirement lovasz (from versions: none) ERROR: No matching distribution found for lovasz Note: you may need to restart the kernel to use updated packages.
Please let me know the solution to this.