@fajung wrote:
I'm trying to upgrade flexget on a openwrt 12.09 routrer and when I do the pip install flexget or force.I upgraded the setuptools and pip but the get the error with SQLAlchemy
root@OpenWrt:/mnt/usb# pip install --upgrade --force-reinstall flexget Collecting flexget /usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#snimissingwarning. SNIMissingWarning /usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning. InsecurePlatformWarning Using cached FlexGet-2.6.1-py2.py3-none-any.whl Collecting guessit<=2.0.4 (from flexget) Using cached guessit-2.0.4.tar.gz Collecting flask>=0.7 (from flexget) Using cached Flask-0.11.1-py2.py3-none-any.whl Collecting jinja2 (from flexget) Downloading Jinja2-2.8-py2.py3-none-any.whl (263kB) 100% |################################| 266kB 118kB/s Collecting flask-login>=0.4.0 (from flexget) Using cached Flask_Login-0.4.0-py2.py3-none-any.whl Collecting beautifulsoup4>=4.5 (from flexget) Using cached beautifulsoup4-4.5.1-py2-none-any.whl Collecting colorclass>=2.2.0 (from flexget) Using cached colorclass-2.2.0.tar.gz Collecting path.py>=8.1.1 (from flexget) Downloading path.py-9.0-py2.py3-none-any.whl Collecting flask-restful>=0.3.3 (from flexget) Using cached Flask_RESTful-0.3.5-py2.py3-none-any.whl Collecting jsonschema>=2.0 (from flexget) Downloading jsonschema-2.5.1-py2.py3-none-any.whl Collecting flask-compress>=1.2.1 (from flexget) Using cached Flask-Compress-1.3.2.tar.gz Collecting requests<3.0,>=2.8.0 (from flexget) Using cached requests-2.12.1-py2.py3-none-any.whl Collecting flask-cors>=2.1.2 (from flexget) Using cached Flask_Cors-3.0.2-py2.py3-none-any.whl Collecting flask-restplus==0.8.6 (from flexget) Using cached flask_restplus-0.8.6-py2.py3-none-any.whl Collecting SQLAlchemy<1.999,>=1.0.9 (from flexget) Using cached SQLAlchemy-1.1.4.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/pip-build-m_P31y/SQLAlchemy/setup.py", line 118, in <module> re.S).match(v_file.read()).group(1) AttributeError: 'NoneType' object has no attribute 'group' ---------------------------------------- Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-m_P31y/SQLAlchemy/
Posts: 1
Participants: 1