8000 Deprecation Warnings using Python 3.7 beta · Issue #5013 · pypa/pip · GitHub
[go: up one dir, main page]

Skip to content
Deprecation Warnings using Python 8000 3.7 beta #5013
@csabella

Description

@csabella
  • Pip version: 9.0.1
  • Python version: 3.7 beta
  • Operating system: Ubuntu 16.04

Description:

I created a venv under Python 3.7 and am getting the following:
~/pip/_vendor/pyparsing.py:3226: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
elif isinstance( exprs, collections.Iterable ):

~/pip/pep425tags.py:260: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
import imp

I didn't know if you'd want separate issues for the two warnings.

Metadata

Metadata

Assignees

No one assigned

    Labels

    auto-lockedOutdated issues that have been locked by automationgood first issueA good item for first time contributors to work ontype: bugA confirmed bug or unintended behavior

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0