kartaview / upload-scripts

Uploader tools for KartaView
MIT License
61 stars 30 forks source link

Requires Python 3.6 #81

Closed bikeoid closed 4 years ago

bikeoid commented 5 years ago

I followed the instructions to install into Windows Bash shell, where my default Python Version was 3.5. It took a bit of searching to discover that the resulting "syntax error" really meant that at minimum 3.6 is required. Once I knew that, I could track down a newer version.

The Readme.MD only mentions Python 3, but should read that it requires Python 3.6.

amilopowers commented 5 years ago

Thanks for you help @bikeoid

I stumble over this problem over and over again.

For the record: I use Ubuntu 19.04 Linux and you have to type: “python3 osc_tools.py upload -p /path/to/image_dir” in order to make it work.