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

requirements.txt update and test to pc 0.1.30 + 0.1.31 #74

Merged
merged 2 commits into from
May 18, 2023

Conversation

milochen0418
Copy link
Contributor

@milochen0418 milochen0418 commented May 17, 2023

It's still in the testing for every example code
According to the issue #55
Update requriement.txt for latest version pynecone==0.1.30, pynecone==0.1.31 on PyPI

The testing task is the following.

  • chatroom 0.1.30, 0.1.31
  • clock 0.1.30, 0.1.31
  • counter 0.1.30, 0.1.31
  • crm 0.1.30, 0.1.31
  • dalle 0.1.30, 0.1.31
  • fragments 0.1.30, 0.1.31
  • gpt 0.1.30, 0.1.31,
  • nba 0.1.30, 0.1.31
  • quiz 0.1.30, 0.1.31
  • sales 0.1.30, 0.1.31
  • snakegame 0.1.30, 0.1.31
  • todo 0.1.30, 0.1.31
  • translator 0.1.30, 0.1.31
  • traversal 0.1.30, 0.1.31
  • twitter 0.1.30, 0.1.31
  • upload 0.1.30, 0.1.31

The box with the check icon is the code we have done the testing for pynecone==0.1.30 and pynecone==0.1.31

We have the bugs on these example: twitter, upload, todo, crm, gpt, nba

Notes

0.1.31

New bugs
None
Old bugs

Bug solved

0.1.30

New bugs

Old bugs

My Testing Environment

I run all example codes by the following one-line command. one-line cmd ?? doc --help

pip install -r requirements.txt && rm -f pynecone.db && rm -rf .web && for i in $(find ./ | grep __pycache__$); do rm -rf $i; done && echo -e "\033[1;92mMy Testing Environment\033[0m" && echo -e "\t"OS $(uname) $(uname -r) && echo -e "\t"Pynecone $(pc version) && echo -e "\t"$(python --version) && echo -e "\t"Node $(node --version) && echo -e "\t"Bun $(~/.bun/bin/bun --version) && pc init && pc run --loglevel=debug

And the test environment is

My Testing Environment
        OS Darwin 22.4.0
        Pynecone 0.1.30
        Python 3.11.3
        Node v16.8.0
        Bun 0.5.9

On my computer, my Python version is 3.11.3.
If some examples here cannot run well, you can use python 3.11.3

The related issues that have been close from these PR updating

None

@milochen0418 milochen0418 changed the title requirements.txt update and test to pc 0.1.30 requirements.txt update and test to pc 0.1.30 + 0.1.31 May 18, 2023
Copy link
Contributor

@picklelo picklelo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@picklelo picklelo merged commit a8cd4bb into reflex-dev:main May 18, 2023
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

Successfully merging this pull request may close these issues.

2 participants