Hi there, Please could you help with a little more information on the issue you're having?
When I install astroid 2.3.3 in a clean virtualenv using python 3.7, I'm seeing no errors: ``` $ virtualenv venv Using base prefix '/usr' New python executable in /tmp/tmp.bx8Z8k7B67/venv/bin/python3 Also creating executable in /tmp/tmp.bx8Z8k7B67/venv/bin/python Installing setuptools, pip, wheel... done. $ . venv/bin/activate (venv) $ pip install astroid==2.3.3 Collecting astroid==2.3.3 Using cached astroid-2.3.3-py3-none-any.whl (205 kB) Processing /home/james/.cache/pip/wheels/23/5f/62/304b411f20be41821465a82bc98baabc5e68c3cdd1eb99db71/wrapt-1.11.2-cp37-cp37m-linux_x86_64.whl Collecting typed-ast<1.5,>=1.4.0; implementation_name == "cpython" and python_version < "3.8" Using cached typed_ast-1.4.1-cp37-cp37m-manylinux1_x86_64.whl (737 kB) Collecting lazy-object-proxy==1.4.* Using cached lazy_object_proxy-1.4.3-cp37-cp37m-manylinux1_x86_64.whl (56 kB) Collecting six~=1.12 Using cached six-1.14.0-py2.py3-none-any.whl (10 kB) Installing collected packages: wrapt, typed-ast, lazy-object-proxy, six, astroid Successfully installed astroid-2.3.3 lazy-object-proxy-1.4.3 six-1.14.0 typed-ast-1.4.1 wrapt-1.11.2 (venv) $ pip check No broken requirements found. ``` Thanks, James On Thu, 5 Mar 2020, at 6:55 PM, 中川祥 wrote: > astroid 2.3.3 on pip needs wrapt 1.11.*, but latest wrapt is 1.12.0. > So `pip check` returns an error. > _______________________________________________ > code-quality mailing list -- code-quality@python.org > To unsubscribe send an email to code-quality-le...@python.org > https://mail.python.org/mailman3/lists/code-quality.python.org/ > _______________________________________________ code-quality mailing list -- code-quality@python.org To unsubscribe send an email to code-quality-le...@python.org https://mail.python.org/mailman3/lists/code-quality.python.org/