Я импортирую urllib в моем скрипте с: import urllib2 as urllib
но когда я помещаю свое приложение в heroku, у меня появляется эта ошибка:
remote: -----> Installing requirements with pip
remote: Collecting urllib (from -r /tmp/build_1d35698f2d5b9e170c92042828569c91/requirements.txt (line 3))
remote: Could not find a version that satisfies the requirement urllib (from -r /tmp/build_1d35698f2d5b9e170c92042828569c91/requirements.txt (line 3)) (from versions: )
remote: No matching distribution found for urllib (from -r /tmp/build_1d35698f2d5b9e170c92042828569c91/requirements.txt (line 3))
remote: ! Push rejected, failed to compile Python app.
remote:
remote: ! Push failed
что я могу сделать?
Заранее спасибо!