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

Pr alpha test on pc 0.1.34a0 #114

Closed

Conversation

milochen0418
Copy link
Contributor

@milochen0418 milochen0418 commented Jun 18, 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.34a0 on PyPI

The testing task is the following.

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

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

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

Notes

0.1.34a0

New bugs

By the way,
stable_diffusion is released after the end of testing the pynecone-examples for pc 0.1.33 but before the released 0.1.34a. It why these issue shows here but not in the report #103

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.34a0
        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 changed the title Pynecone alpha test 0 1 34a0 Pr alpha test 0 1 34a0 Jun 18, 2023
@milochen0418 milochen0418 changed the title Pr alpha test 0 1 34a0 Pr alpha test on pc 0.1.34a0 Jun 18, 2023
@milochen0418
Copy link
Contributor Author

milochen0418 commented Jun 18, 2023

tailwind example

First page is failed and we cannot see what this example wants to do.
Screenshot 2023-06-19 at 12 26 15 AM
Screenshot 2023-06-19 at 12 25 51 AM

@picklelo
Copy link
Contributor

Thanks @milochen0418 we will probably cut this release since there were no new errors and try to fix these errors in the following release

@milochen0418
Copy link
Contributor Author

We have the testing for
the release

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