| Summary: | Python 3 backend not found although installed | ||
|---|---|---|---|
| Product: | [Applications] cantor | Reporter: | Marcello Massaro <dev> |
| Component: | python3-backend | Assignee: | Nikita Sirgienko <warquark> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | CC: | warquark |
| Priority: | NOR | ||
| Version First Reported In: | 20.04 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Marcello Massaro
2020-08-07 09:51:38 UTC
This is correct, because before there are two Python backends in Cantor: Python2 and Python3. But now, after Python 2 end of life, Python2 have been removed and Python3 now names just Python. I suppose, that in settings, the backend by default is Python3. Change the default backend to Python and I suppose the problem will gone. I see now. I changed my default backend and now it works as expected! Maybe the popup could (in the future) suggest to the user to change their default backend if it's not present. (e.g. it was removed) |