DreamCobbler / fiction-dl

A content downloader, capable of retrieving works of (fan)fiction from the web and saving them in a few common file formats.
GNU General Public License v3.0
46 stars 2 forks source link

installation error: Could not find a version #10

Closed rr4pr closed 3 years ago

rr4pr commented 3 years ago

system: linuxmint 19.3, pip 9.0.1 command: python3 -m pip install --upgrade fiction-dl error:

Collecting fiction-dl

Could not find a version that satisfies the requirement fiction-dl (from versions: )

No matching distribution found for fiction-dl

command: python3 -m pip install ficiton-dl error:

Collecting ficiton-dl Exception: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/pip/basecommand.py", line 215, in main status = self.run(options, args) File "/usr/lib/python3/dist-packages/pip/commands/install.py", line 353, in run wb.build(autobuilding=True) File "/usr/lib/python3/dist-packages/pip/wheel.py", line 749, in build self.requirement_set.prepare_files(self.finder) File "/usr/lib/python3/dist-packages/pip/req/req_set.py", line 380, in prepare_files ignore_dependencies=self.ignore_dependencies)) File "/usr/lib/python3/dist-packages/pip/req/req_set.py", line 554, in _prepare_file require_hashes File "/usr/lib/python3/dist-packages/pip/req/req_install.py", line 278, in populate_link self.link = finder.find_requirement(self, upgrade) File "/usr/lib/python3/dist-packages/pip/index.py", line 465, in find_requirement all_candidates = self.find_all_candidates(req.name) File "/usr/lib/python3/dist-packages/pip/index.py", line 423, in find_all_candidates for page in self._get_pages(url_locations, project_name): File "/usr/lib/python3/dist-packages/pip/index.py", line 568, in _get_pages page = self._get_page(location) File "/usr/lib/python3/dist-packages/pip/index.py", line 683, in _get_page return HTMLPage.get_page(link, session=self.session) File "/usr/lib/python3/dist-packages/pip/index.py", line 795, in get_page resp.raise_for_status() File "/usr/share/python-wheels/requests-2.18.4-py2.py3-none-any.whl/requests/models.py", line 935, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://pypi.org/simple/ficiton-dl/

DreamCobbler commented 3 years ago

What version of Python are you running? (You can check that using "python3 -V".) fiction-dl requires Python 3.8 at the minimum; "No matching distribution" error could happen if you're using an older version.

rr4pr commented 3 years ago

What version of Python are you running?

Python 3.6.9 , 'cause its linuxmint 19.3.

fiction-dl requires Python 3.8 at the minimum

Thanks, it means that i need to upgrade to 'mint-20.