I am trying to complete the Building Neo4j applications with Python, and despite following all the directions it seems like something in the underlying Gitpod set up just isn't working. Running the "from setuptools import setup
setup()" causes an error. When I try to import flask, it says it hasn't been installed despite it actually being installed.
I've tried deleting the workspace and starting over but that somehow made things worse (previously I could actually import packages, just got constant flask errors when running code). Is there some way to look under the hood and trouble shoot better? Is there some trick I'm missing here?