vaibhavsingh97/random-word

pyyaml dependency being ignored

erik-at-techsanity opened this issue · 1 comments

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

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.

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.

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.