Population chart, X-Y

kuva

I think thiago fixed it already.

Try version 0.2.2.

I removed all files from the distribution except the module itself, which has no emojis. That should fix it.

Using cached Plost-0.2.2.tar.gz (12 kB) it goes through all 0.2.2, 0.2.1, 0.1.1, etcโ€ฆstill nothing.
Same errorโ€ฆ

Tried different way also pip3 install -r requirements.txt but nah.

Found this ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output - #7 by OmarGalvez tried it but nah.

OK Iโ€™m out of ideas :rofl:

Does anyone with a Windows machine know whatโ€™s up?

@thiago, yup :laughing:

  1. During installation, Windows executes setup.py.
  2. Lines 3-4 of setup.py parse README.md.
  3. README.md contains :tomato:, breaking the installation.

My PR (lol) replaces :tomato: in README.md with :tomato:. This change results in a successful installation, in addition to the emoji being rendered correctly on GitHub and st.markdown("README.md").

3 Likes

OMG thatโ€™s amazing. Merged! New release coming soon. And v0.2.3 is out!

Also

  1. Lines 3-4 of setup.py parse README.md .

:man_facepalming:

3 Likes

Nice one @snehankekre! :raised_hands: :tomato:

1 Like

Absolutely Fantasitic, Thank you both of you @thiago & @snehankekre ! Finally can work with my project from my desktop again:D Streamlit better give yall a raise/bonus. Great work.

Did you try adding PYTHONIOENCODING='utf-8' to the Windows env?