Jayapraveen / INE-courses-downloader

Python Script to download coures from INE.com website for personal and educational use
GNU General Public License v3.0
37 stars 19 forks source link

Unable tu run. SyntaxError: invalid syntax. Line 444. v1.3.7 #14

Closed xflyboy closed 3 years ago

xflyboy commented 3 years ago

Hello. Did python install on UBUNTU 18.14.5, did update, upgrade, dist-upgrade. Got GIT CLONE from GITHUB, tryied to run, got this issue:

INE-courses-downloader$ python Ine.py File "Ine.py", line 444 p.map(downloader,(all_courses[j] for j in range(i, this_session) if (False if (len(all_courses[j]["access"]["related_passes"]) == 0) else True if (course_has_access(all_courses[j])) else False) and 1 or print("Course not in subscription access pack. Skipping .."))) ^ SyntaxError: invalid syntax

Jayapraveen commented 3 years ago

Please use Python3.6.x +