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

pip command fails to install logging #389

Closed
mahmoodn opened this issue Oct 9, 2024 · 2 comments
Closed

pip command fails to install logging #389

mahmoodn opened this issue Oct 9, 2024 · 2 comments

Comments

@mahmoodn
Copy link

mahmoodn commented Oct 9, 2024

I get the following error when trying to install logging:

$ git clone https://github.com/mlperf/logging.git mlperf-logging
Cloning into 'mlperf-logging'...
remote: Enumerating objects: 2481, done.
remote: Counting objects: 100% (1331/1331), done.
remote: Compressing objects: 100% (462/462), done.
remote: Total 2481 (delta 1036), reused 1031 (delta 862), pack-reused 1150 (from 1)
Receiving objects: 100% (2481/2481), 536.67 KiB | 1.13 MiB/s, done.
Resolving deltas: 100% (1712/1712), done.
Updating files: 100% (408/408), done.
$ cd mlperf-logging/
$ pip3 install -e mlperf-logging
mlperf-logging should either be a path to a local project or a VCS url beginning with svn+, git+, hg+, or bzr+

Any idea about that?

@arjunsuresh
Copy link

arjunsuresh commented Oct 17, 2024

You should do pip install . after doing cd mlperf-logging or do pip3 install -e mlperf-logging without doing cd mlperf-logging.

Meanwhile, now you can do pip install mlperf-logging without doing git clone as the whl file is in pypi.

@mahmoodn
Copy link
Author

Yes Thank you...

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

2 participants