Unable to install LEAP
Nobody has claimed this yet.
- Dominant language
- Cuda
- Stars
- 249
- Forks
- 37
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I was able to install LEAP in my laptop.
I am now trying to install it in server with 2 GPUs.
I get this error after typing "pip install ."
ERROR: No .egg-info directory found in C:\Users\user\AppData\Local\Temp\pip-pip-egg-info-xsgp7hn8
This command ""python setup.py install" results in this error
"Running 'nmake' '?' failed with no such file or directory"
Per ChatGPT I also tried:
- "python -m pip install --upgrade pip setuptools wheel", which run OK, but did not help.
- I cleared the pip cache "pip cache purge"
- I created the .egg-info dir by hand
- I also ran as Admin
I have installed the following packages:
- LEAP v1.26 (from zip file)
- Anaconda with Python 3.12.7
- Visual studio 2022 v17.14
- cmake 4.0.2
- Pytorch 2.7.0+cu128
- Cuda 12.9.r12.9
Your help will be much appreciated.
Joseph
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing `pip install .` and `python setup.py install` in the reported Windows environment with Python 3.12.7, then inspect the packaging configuration in `setup.py` and the `nmake` failure. Done means LEAP v1.26 installs successfully in the two-GPU server environment.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cmake, python, pytorch
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100