반응형
pip
로 elementtree
패키지를 설치하려고합니다. 다음 오류가 발생합니다.
(taximachine_env)vagrant@dev-gm:/opt/taxi/taxiconsole$ pip install elementtree -vvv
Collecting elementtree
Getting page https://pypi.python.org/simple/elementtree/
1 location(s) to search for versions of elementtree:
* https://pypi.python.org/simple/elementtree/
Getting page https://pypi.python.org/simple/elementtree/
Analyzing links from page https://pypi.python.org/simple/elementtree/
Could not find a version that satisfies the requirement elementtree (from versions: )
Cleaning up...
No matching distribution found for elementtree
Exception information:
Traceback (most recent call last):
File "/opt/taxi/envs/taximachine_env/local/lib/python2.7/site-packages/pip/basecommand.py", line 211, in main
status = self.run(options, args)
File "/opt/taxi/envs/taximachine_env/local/lib/python2.7/site-packages/pip/commands/install.py", line 294, in run
requirement_set.prepare_files(finder)
File "/opt/taxi/envs/taximachine_env/local/lib/python2.7/site-packages/pip/req/req_set.py", line 334, in prepare_files
functools.partial(self._prepare_file, finder))
File "/opt/taxi/envs/taximachine_env/local/lib/python2.7/site-packages/pip/req/req_set.py", line 321, in _walk_req_to_install
more_reqs = handler(req_to_install)
File "/opt/taxi/envs/taximachine_env/local/lib/python2.7/site-packages/pip/req/req_set.py", line 461, in _prepare_file
req_to_install.populate_link(finder, self.upgrade)
File "/opt/taxi/envs/taximachine_env/local/lib/python2.7/site-packages/pip/req/req_install.py", line 250, in populate_link
self.link = finder.find_requirement(self, upgrade)
File "/opt/taxi/envs/taximachine_env/local/lib/python2.7/site-packages/pip/index.py", line 571, in find_requirement
'No matching distribution found for %s' % req
DistributionNotFound: No matching distribution found for elementtree
<head>
<title>Links for elementtree</title>
<meta name="api-version" value="2">
<style type="text/css"></style>
</head>
<body>
<h1>Links for elementtree</h1>
</body>
</html>
elementtree
를 설치하는 다른 방법이 있습니까?
해결 방법
참조 페이지 https://stackoverflow.com/questions/34566142
반응형
'파이썬' 카테고리의 다른 글
파이썬 Pandas에서 여러 열을 다른 열로 나누기 (0) | 2020.11.11 |
---|---|
파이썬 팬더 : read_html (0) | 2020.11.11 |
파이썬 10 초마다 Python 스크립트 실행 (0) | 2020.11.11 |
파이썬 Randomizing a list in Python (0) | 2020.11.11 |
파이썬 Convert Z-score (Z-value, standard score) to p-value for normal distribution in Python (0) | 2020.11.11 |
댓글