pythonguis-examples
pythonguis-examples copied to clipboard
[FIX] translate: missing dependencies
Package googletrans is needed in translate app.
Traceback (most recent call last): File "..\15-minute-apps\notes\notes.py", line 9, in <module> from sqlalchemy import Column, ForeignKey, Integer, String ModuleNotFoundError: No module named 'sqlalchemy'
package notes also needs sqlalchemy @cubells