Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Add notes toImportError for common issues #127598

Open
Labels
@FFY00

Description

@FFY00

Feature or enhancement

Proposal:

ImportErrors are very common, and almost always dependent on the interpreter initialization and/or environment setup. There are many common issues we could try to detect, and give users hints on the possible cause.

  • Failing to load native modules when a module for a different ABI is available
  • Failing to import a non-stdlib module with thesite initialization disabled (-S)
  • Failing to import a module available in the user site-packages with the usersite initialization disabled (-s)
  • Failing to import a module available in. withPYTHONSAFEPATH/-P enabled
  • Failing to import a module when ignoringPYTHON* environment variables (-E) butPYTHONPATH orPYTHONHOME are set (which users might be relying on)
  • (suggest more!)

Has this already been discussed elsewhere?

No response given

Links to previous discussion of this feature:

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp