error: Could not find suitable distribution for Requirement.parse('mlperf_loadgen') #1013
Unanswered
YingLiGithub
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, all.
This is the third time I try to install Mlperf. But there occurs a new problem when I run "python setup.py develop"
"running develop
running create_version
running build
running build_py
copying python/version.py -> build/lib/python
running egg_info
writing mlperf_inference.egg-info/PKG-INFO
writing dependency_links to mlperf_inference.egg-info/dependency_links.txt
writing requirements to mlperf_inference.egg-info/requires.txt
writing top-level names to mlperf_inference.egg-info/top_level.txt
reading manifest file 'mlperf_inference.egg-info/SOURCES.txt'
writing manifest file 'mlperf_inference.egg-info/SOURCES.txt'
running build_ext
Creating /usr/local/lib/python3.8/dist-packages/mlperf-inference.egg-link (link to .)
mlperf-inference 0.1.0 is already the active version in easy-install.pth
Installed /home/liying/mlperf/inference/vision/classification_and_detection
Processing dependencies for mlperf-inference==0.1.0
Searching for mlperf_loadgen
Reading https://pypi.org/simple/mlperf_loadgen/
Reading https://pypi.org/simple/mlperf-loadgen/
Couldn't find index page for 'mlperf_loadgen' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading https://pypi.org/simple/
No local packages or working download links found for mlperf_loadgen
error: Could not find suitable distribution for Requirement.parse('mlperf_loadgen')"
Is it because the author change the name from mlperf to mlcommons? Or other reason?
Thank you very much.
Beta Was this translation helpful? Give feedback.
All reactions