False alarms from pip's dependency resolver caused by conflicts with local packages #768
Open
Description
To Reproduce
Steps to reproduce the behavior:
- Go to cmd
- execute the command: briefcase create android
- 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
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.