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.29 #66

Merged
merged 1 commit into from
May 9, 2023

Conversation

milochen0418
Copy link
Contributor

@milochen0418 milochen0418 commented May 9, 2023

According to the issue #55
Update requriement.txt for latest version pynecone==0.1.29 on PyPI

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

The box with the check icon is the code we can run on pynecone==0.1.29

We have two new bugs, they are described on note one and note two.

Notes

1. Note of checking bun version testing
Bun-runtime version is not checked by pc for unknown reasons in my environment.

2. Note of twitter's testing
The code is working correctly from pc 0.1.29, it may be a bug of pc, or maybe we need to change the app's code.

3. Note of sales's testing
The code is working but just with a little issue, and we can fix it in future PR.

4. Note of todo's testing
The code is working but just with a little issue, and we can fix it in future PR.

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.29
        Python 3.11.3
        Node v16.6.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

@Alek99 Alek99 self-requested a review May 9, 2023 17:06
Copy link
Member

@Alek99 Alek99 left a comment

Choose a reason for hiding this comment

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

Thanks!

@Alek99 Alek99 merged commit 55ca839 into reflex-dev:main May 9, 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