Skip to content

Very elementary question... #12

Answered by mattdodge
Ace7866 asked this question in Q&A
Discussion options

You must be logged in to vote

Ah yes, this is something that bites newcomers quite a bit I've found. It's actually a Python/system issue, not so much an issue with this library.

The problem is your system doesn't know where to find the yahoofantasy executable. This was installed somewhere when you ran pip install yahoofantasy. But unless that directory is in your PATH it won't know where to find it.

So either one of two things probably happened here.

  1. You didn't run pip install yahoofantasy or you got an error when you did.
  2. Your python's binaries folder is not on your system path. Try googling "installed python package path" for some help there.

I'm going to close this since it's not an issue with this particular lib…

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Ace7866
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #10 on May 31, 2021 22:44.