We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
You should do pip install . after doing cd mlperf-logging or do pip3 install -e mlperf-logging without doing cd mlperf-logging.
pip install .
cd mlperf-logging
pip3 install -e mlperf-logging
Meanwhile, now you can do pip install mlperf-logging without doing git clone as the whl file is in pypi.
pip install mlperf-logging
git clone
whl
pypi
Sorry, something went wrong.
Yes Thank you...
No branches or pull requests
I get the following error when trying to install logging:
Any idea about that?
The text was updated successfully, but these errors were encountered: