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.33 #103

Merged
merged 16 commits into from
Jun 13, 2023

Conversation

milochen0418
Copy link
Contributor

@milochen0418 milochen0418 commented Jun 11, 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.33 on PyPI

The testing task is the following.

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

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

We have the bugs on these example: None

Notes

0.1.33

New bugs

Old bugs
None

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

@picklelo picklelo merged commit 06812bb into reflex-dev:main Jun 13, 2023
@milochen0418 milochen0418 mentioned this pull request Jun 18, 2023
18 tasks
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