We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug in a fresh venv, installing latest version of RandomWorkds (1.0.7) isn't including pyyaml. I see that it's in the Pipenv file though.
To Reproduce Steps to reproduce the behavior:
Expected behavior should import.
Screenshots If applicable, add screenshots to help explain your problem.
Environment (please complete the following information): using python 3.9.2 on a Mac, installed via homebrew.
The text was updated successfully, but these errors were encountered:
It happens to me too. I'm trying to code a Discord bot on repl.it to send random words using this module. Using Python 3.8.8.
Sorry, something went wrong.
I've not used Pipenv yet - so I'm not able to diagnose/help right now but will give it a shot if I can.
The error was solved running pip install pyyaml.
pip install pyyaml
No branches or pull requests
Describe the bug
in a fresh venv, installing latest version of RandomWorkds (1.0.7) isn't including pyyaml. I see that it's in the Pipenv file though.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
should import.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
using python 3.9.2 on a Mac, installed via homebrew.
The text was updated successfully, but these errors were encountered: