Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting 'Could not determine storage type' error in gpt app #43

Open
AmazingAbhi opened this issue Mar 16, 2023 · 1 comment
Open

Getting 'Could not determine storage type' error in gpt app #43

AmazingAbhi opened this issue Mar 16, 2023 · 1 comment

Comments

@AmazingAbhi
Copy link

Hi Team,

I am able to generate the signup page, however when user signs up in gpt page and gets redirected to 'home' page, I am getting following error regarding storage type on Python 3.8:

image

Seems to be related to this snippet for linking to data table:

                    pc.data_table(
                        data=State.questions,
                        columns=["Question", "Answer"],
                        pagination=True,
                        search=True,
                        sort=True,
                        width="100%",
                    ),
@sabrysm
Copy link

sabrysm commented Mar 21, 2023

You need the latest version of Pynecone then pc init your project

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants