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

pyyaml dependency being ignored #61

Open ghost opened 3 years ago

ghost commented 3 years ago

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 commented 3 years ago

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 commented 3 years ago

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 commented 3 years ago

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.