Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Runtime error while trying to use Python3.9 with virtualenv #86114

Closed
abhicantdraw mannequin opened this issue Oct 5, 2020 · 2 comments
Closed

Runtime error while trying to use Python3.9 with virtualenv #86114

abhicantdraw mannequin opened this issue Oct 5, 2020 · 2 comments
Labels
3.9 only security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error

Comments

@abhicantdraw
Copy link
Mannequin

abhicantdraw mannequin commented Oct 5, 2020

BPO 41948
Files
  • Untitled picture.png: Screenshot of error observed while trying to create new virtual environment
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = None
    created_at = <Date 2020-10-05.20:36:17.861>
    labels = ['interpreter-core', 'type-bug', '3.9']
    title = 'Runtime error while trying to use Python3.9 with virtualenv'
    updated_at = <Date 2020-10-05.20:36:17.861>
    user = 'https://bugs.python.org/abhicantdraw'

    bugs.python.org fields:

    activity = <Date 2020-10-05.20:36:17.861>
    actor = 'abhicantdraw'
    assignee = 'none'
    closed = False
    closed_date = None
    closer = None
    components = ['Interpreter Core']
    creation = <Date 2020-10-05.20:36:17.861>
    creator = 'abhicantdraw'
    dependencies = []
    files = ['49496']
    hgrepos = []
    issue_num = 41948
    keywords = []
    message_count = 1.0
    messages = ['378074']
    nosy_count = 1.0
    nosy_names = ['abhicantdraw']
    pr_nums = []
    priority = 'normal'
    resolution = None
    stage = None
    status = 'open'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue41948'
    versions = ['Python 3.9']

    @abhicantdraw
    Copy link
    Mannequin Author

    abhicantdraw mannequin commented Oct 5, 2020

    I tried to create a new virtual environment using virtualenv and the newly released Python3.9 version and I got a runtime error saying " failed to find interpreter for Builtin discover of python_spec='python3.9'".

    @abhicantdraw abhicantdraw mannequin added 3.9 only security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error labels Oct 5, 2020
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    @iritkatriel
    Copy link
    Member

    3.9 is no longer maintained. If you are having problems with a current version (>= 3.10) please create a new issue.

    The reason this issue never received a reply is probably because there isn't enough information here to even begin to investigate the problem. In the future try giving more information - what steps you took to install it, what system you are running on, any info on the environment, etc.

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.9 only security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant