8000 Unable to install LEAP · Issue #169 · LLNL/LEAP · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Unable to install LEAP #169

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

Open
JosephBend opened this issue May 21, 2025 · 3 comments
Open

Unable to install LEAP #169

JosephBend opened this issue May 21, 2025 · 3 comments

Comments

@JosephBend
Copy link

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

@jeffhwang02
Copy link

How about making another virtual environment at your conda?

@JosephBend
Copy link
Author

That helped, thank you.
This is the new issue.

Preparing metadata (pyproject.toml) ... error
error: subprocess-exited-with-error

× Preparing metadata (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [56 lines of output]

  (LEAP) (base) C:\Users\user3\Documents\LEAP\LEAP-main\LEAP-main\win_build>cmake .. -DDEV_MODE=1
  -- Building for: NMake Makefiles
  CMake Error at CMakeLists.txt:4 (project):
    Running
     'nmake' '-?'
    failed with:
     no such file or directory

Any idea what to try next?
Thank you.

@kylechampley
Copy link
Collaborator

Joseph, use the following command which prints out debugging statements and send me the output.

pip install -v .

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

3 participants
0