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.34 #121

Closed

Conversation

milochen0418
Copy link
Contributor

@milochen0418 milochen0418 commented Jun 28, 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.34 on PyPI.
We test counter example by reflex==0.1.34

The testing task is the following.

  • chatroom
  • clock
  • counter (only can be tested in reflex 0.1.34 right now)
  • crm
  • dalle
  • fragments
  • gpt
  • nba
  • quiz
  • sales
  • snakegame
  • stable_diffusion <-- I cannot test because I need to protect my computer. It eats at least 32GB of memory on my side.
  • tailwind <-- Not sure what the correct behavior is for this application. I cannot see any different effect in this example.
  • todo
  • translator
  • traversal
  • twitter
  • upload

The box with the check icon is the code we have done the testing for pynecone==0.1.34

We have the bugs on these example: counter, fragments, chatroom, nba, crm, fragments, gpt

Notes

The total number of bugs is 8 ( 2 new bugs)
Solve 5 bugs between pc 0.1.33 testing and pc 0.1.34 testing.

0.1.34

New bugs

Old bugs

Bug solved

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.34
        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

@milochen0418 milochen0418 mentioned this pull request Jun 28, 2023
18 tasks
@Lendemor Lendemor closed this Jul 1, 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