Closed tobebryant2 closed 5 years ago
It seems like Python is not seeing the grouper method in the client.py file included in this repo. Make sure client.py is in the same directory as lookup_ids.py when running the script. Also, I'm not sure if it's related but the way you are running the script doesn't appear to be quite right. Try something like:
python3 lookup_ids.py ids_example.csv output.csv
python3 may be aliased as python. You can check the version with python --version
. The script is not compatible with Python 2. Python aliases and install locations vary with your platform and installation method.
Please comment if the issue remains and I will reopen.
When running the script I always get this issue:
python /lookup_ids.py /issns_example.csv /issns_example2.csv
Any idea why this does not work?