Skip to content

False alarms from pip's dependency resolver caused by conflicts with local packages #768

Open
@millatello

Description

briefcase create android
image

To Reproduce
Steps to reproduce the behavior:

  1. Go to cmd
  2. execute the command: briefcase create android
  3. See error:
    pip's dependency resolver does not currently take into account the
    packages that are installed. This behaviour is the source of the
    following dependency conflicts.
    toga-winforms 0.3.0.dev33 requieres toga-core==0.3.0.dev33, but you
    have toga-core 0.3.0.dev34 which is incompatible.

Expected behavior
Lastly, Android emulator not working

Screenshots
image

Environment:

  • Operating System: Windows 8.1 Pro
  • Python version: 3.10.2
  • Software versions:
    • Briefcase: 0.3.7
    • Toga: I think so
      [tool.briefcase.app.helloworld.windows]
      requires = [
      'toga-winforms>=0.3.0.dev32'
    • ...

Additional context
Add any other context about the problem here.

Metadata

Assignees

No one assigned

    Labels

    bugA crash or error in behavior.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions