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

pyyaml dependency being ignored #61

Open
ghost opened this issue Apr 3, 2021 · 3 comments
Open

pyyaml dependency being ignored #61

ghost opened this issue Apr 3, 2021 · 3 comments

Comments

@ghost
Copy link

ghost commented Apr 3, 2021

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:

  1. Create fresh venv
  2. pip install random-words
  3. start python interpreter
  4. from random_words import RandomWords

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.

Screen Shot 2021-04-03 at 7 47 17 AM

@joaoP-santos
Copy link

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.

@ghost
Copy link
Author

ghost commented Apr 8, 2021

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.

@joaoP-santos
Copy link

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.

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

No branches or pull requests

1 participant