Building Applications with Python Gitpod setup not working

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?

Hi MRB,

Sorry I totally missed this post.

I have been through the gitpod setup and I didnt experience an error.

If you are still experiencing problems give me a shout and I will try and help.

Apologies for the late reply

Martin