error is here: Traceback (most recent call last):
File "C:\Users\krist\GoFileDownloader\downloader.py", line 22, in
from helpers.download_utils import save_file_with_progress
File "C:\Users\krist\GoFileDownloader\helpers\download_utils.py", line 6, in
from requests import Response
ImportError: cannot import name 'Response' from 'requests' (unknown location)
error is here: Traceback (most recent call last):
File "C:\Users\krist\GoFileDownloader\downloader.py", line 22, in
from helpers.download_utils import save_file_with_progress
File "C:\Users\krist\GoFileDownloader\helpers\download_utils.py", line 6, in
from requests import Response
ImportError: cannot import name 'Response' from 'requests' (unknown location)