vaibhavsingh97 / random-word

This is a simple python package to generate random english words
https://pypi.org/project/random-word/
MIT License
123 stars 25 forks source link

Broken package on Replit.com #76

Open TheSystemZombie opened 2 years ago

TheSystemZombie commented 2 years ago
Screen Shot 2021-12-20 at 4 15 16 PM

in the image it missing some packages

M00R3A commented 2 years ago

Hi there! First off thank you for creating this tool, it's super convenient. I recently ran into this bug and I'm not sure how to resolve it; is there a known workaround?

theotherhades commented 2 years ago

Hi there! First off thank you for creating this tool, it's super convenient. I recently ran into this bug and I'm not sure how to resolve it; is there a known workaround?

I ran into this problem recently, and I found a workaround: You will need to manually install yaml via the replit shell: pip install pyyaml should do the trick.