Quantcast
Channel: uncategorized - Forum - FlexGet
Viewing all articles
Browse latest Browse all 376

Flexget install err

$
0
0

@byilrq wrote:

my python on linux is 3.5.2 .i want install by # pip3.5 install flexget .but meet some err .can some one help me?
root@XiaoQiang:~# pip3.5 install flexget
Collecting flexget
Using cached FlexGet-2.9.8-py2.py3-none-any.whl
Collecting PyRSS2Gen (from flexget)
Downloading PyRSS2Gen-1.1.tar.gz
Collecting rpyc (from flexget)
Downloading rpyc-3.3.0.tar.gz (53kB)
100% |████████████████████████████████| 61kB 182kB/s
Collecting requests<3.0,>=2.8.0 (from flexget)
Using cached requests-2.12.5-py2.py3-none-any.whl
Collecting apscheduler>=3.2.0 (from flexget)
Using cached APScheduler-3.3.1-py2.py3-none-any.whl
Collecting SQLAlchemy<1.999,>=1.0.9 (from flexget)
Downloading SQLAlchemy-1.1.5.tar.gz (5.1MB)
100% |████████████████████████████████| 5.1MB 37kB/s
Collecting flask>=0.7 (from flexget)
Downloading Flask-0.12-py2.py3-none-any.whl (82kB)
100% |████████████████████████████████| 92kB 52kB/s
Collecting terminaltables>=3.1.0 (from flexget)
Downloading terminaltables-3.1.0.tar.gz
Collecting colorclass>=2.2.0 (from flexget)
Using cached colorclass-2.2.0.tar.gz
Collecting zxcvbn-python (from flexget)
Using cached zxcvbn-python-4.4.12.tar.gz
Collecting guessit<=2.0.4 (from flexget)
Using cached guessit-2.0.4.tar.gz
Complete output from command python setup.py egg_info:
Download error on https://pypi.python.org/simple/pytest-runner/: [SSL: CERTIFICATE_VERIFY_FAILED] unknown error (_ssl.c:645) -- Some packages may not be found!
Couldn't find index page for 'pytest-runner' (maybe misspelled?)
Download error on https://pypi.python.org/simple/: [SSL: CERTIFICATE_VERIFY_FAILED] unknown error (_ssl.c:645) -- Some packages may not be found!
No local packages or working download links found for pytest-runner
Traceback (most recent call last):
File "", line 1, in
File "/userdisk/opt/tmp/pip-build-tpfvg1rd/guessit/setup.py", line 78, in
setup(**args)
File "/opt/lib/python3.5/distutils/core.py", line 108, in setup
setupdistribution = dist = klass(attrs)
File "/opt/lib/python3.5/site-packages/setuptools/dist.py", line 314, in init
self.fetch_build_eggs(attrs['setup_requires'])
File "/opt/lib/python3.5/site-packages/setuptools/dist.py", line 360, in fetch_build_eggs
replace_conflicting=True,
File "/opt/lib/python3.5/site-packages/pkg_resources/__init__.py", line 851, in resolve
dist = best[req.key] = env.best_match(req, ws, installer)
File "/opt/lib/python3.5/site-packages/pkg_resources/__init__.py", line 1123, in best_match
return self.obtain(req, installer)
File "/opt/lib/python3.5/site-packages/pkg_resources/__init__.py", line 1135, in obtain
return installer(requirement)
File "/opt/lib/python3.5/site-packages/setuptools/dist.py", line 426, in fetch_build_egg
return cmd.easy_install(req)
File "/opt/lib/python3.5/site-packages/setuptools/command/easy_install.py", line 658, in easy_install
raise DistutilsError(msg)
distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pytest-runner')

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in /userdisk/opt/tmp/pip-build-tpfvg1rd/guessit/

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 376

Trending Articles