Open jmelman87 opened 6 years ago
Additionally, I am confused altogether on how I am supposed to use this. I have Google Vision. Could someone please help me out and walk me through exactly how to run this? I am not the best with programming, but this project really interests me.
Sorry for slow response. Been gone on a long vacation over the holidays.
For missing module, did you run the following...
pip3 install -r requirements.txt
If so, type...
pip3 list
And comment back with results.
Also type...
python3 -m site
And see if vocabulary.py
is located in any of those directories the above spits out.
For google vision setup yes the docs on this are a HUGE mess. Unfortunately I blazed through without documenting how I figured it out but after some research I think I followed this doc https://googlecloudplatform.github.io/google-cloud-python/latest/core/auth.html which ultimately lead to https://cloud.google.com/storage/docs/authentication#generating-a-private-key. That doc shows how to generate a .json auth key for the service account (may have to create one) connected to your google vision. So do the following...
Download latest hqtrivia-automation script and test again.
I'm having an issue with vocabulary.vocabulary . I get the following error.
File "hqtrivia-automation.py", line 9, in
import Vocabulary # online dictionary
ImportError: No module named Vocabulary
Help please?