You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just wanted to share the CSV file I used after struggling with getting one created in Excel to work with this script properly. I believe that the issue was Excel including commas after each artist name when the foreignArtistId column was blank.
I stripped out all but the first few artists, and I did not use the foreignArtistIds.
With more recent changes to python, you may need to install the required packages manually by using: pip install python3-requests
and pip install python3-colorlog
I also had issues getting this to run on a Mac due to conflicts with python2.7 being the default --but worked well on an Ubuntu VM with a fresh python3 install.
The text was updated successfully, but these errors were encountered:
Just wanted to share the CSV file I used after struggling with getting one created in Excel to work with this script properly. I believe that the issue was Excel including commas after each artist name when the foreignArtistId column was blank.
I stripped out all but the first few artists, and I did not use the foreignArtistIds.
artists-example.csv
With more recent changes to python, you may need to install the required packages manually by using:
pip install python3-requests
and
pip install python3-colorlog
I also had issues getting this to run on a Mac due to conflicts with python2.7 being the default --but worked well on an Ubuntu VM with a fresh python3 install.
The text was updated successfully, but these errors were encountered: