Problems pushing a python snap to store

I want to install an app I have developed to an Ubuntu Core but I have been trying to upload it to snapcraft and an error always shows up. The error is this one:

Captura%20de%20pantalla%20de%202020-09-07%2010-30-54

And the snapcraft.yaml (the app and part sections) are these:

parts:
canary:
plugin: python
python-version: python3
source: .
stage-packages:
- python-tk
- net-tools
- psmisc
- gcc
- python3-dev
python-packages:
- IPy
- webthing
- psutil

apps:
canary:
command: ./canary.py

i assume that was supposed to read:

python-packages:
  - ipython

??

1 Like

No, the package is named IPy, it is this one:

https://pypi.org/project/IPy/