Giter Site home page Giter Site logo

Comments (9)

juancarlospaco avatar juancarlospaco commented on May 18, 2024 1

Try with pip3 install faster-than-requests==3572925 --no-binary :all: and post the whole traceback.

faster-than-requests==0.9.6 on your traceback messages,
it seems something somehow is trying to install faster-than-requests==0.9.6 and that will not work,
seems like your computer is misconfigured or something, looks like a problem on your end.

You can try downloading the ZIP from here and install it manually from the ZIP until you fix your configurations.
https://pypi.org/project/faster-than-requests/20.10.19/#files

from faster-than-requests.

chalist avatar chalist commented on May 18, 2024 1

I think python version was my mistake. After upgrade to 3.8, pip3 install faster-than-requests==3572925 --no-binary :all: works fine.
Problem solved.
Thanks

from faster-than-requests.

juancarlospaco avatar juancarlospaco commented on May 18, 2024

We use Rolling Release, the version is just the Git commit short hash.

sudo pip3 install faster-than-requests==57c7862 --no-binary :all:

from faster-than-requests.

chalist avatar chalist commented on May 18, 2024

Thanks for quick answer.
I get error again:

pip3 install faster-than-requests==57c7862 --no-binary :all:
ERROR: Could not find a version that satisfies the requirement faster-than-requests==57c7862 (from versions: none)
ERROR: No matching distribution found for faster-than-requests==57c7862

from faster-than-requests.

juancarlospaco avatar juancarlospaco commented on May 18, 2024

Check that:

  • OS is 64 Bit.
  • Python is 64 Bit.
  • Python is 3.8.0 or newer.
  • PIP is 20.2.4 or newer.

from faster-than-requests.

chalist avatar chalist commented on May 18, 2024

1:

$ file /lib/systemd/systemd
/lib/systemd/systemd: ELF 64-bit LSB shared object...

2 & 3.

$ python
Python 3.8.0 (default, Oct 28 2019, 16:14:01) 
[GCC 8.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import platform
>>> platform.architecture()
('64bit', 'ELF')
>>> 
$ pip --version
pip 20.2.4 from /var/lib/...

from faster-than-requests.

juancarlospaco avatar juancarlospaco commented on May 18, 2024

temp

from faster-than-requests.

juancarlospaco avatar juancarlospaco commented on May 18, 2024
  • /var/lib/app/.virtualenvs/app/lib/python3.6/
  • WARNING: You are using pip version 20.0.2
  • You should consider upgrading via the '/var/lib/app/.virtualenvs/app/bin/python -m pip install --upgrade pip'

on your traceback messages, it seems something somehow is trying to install the package on a virtualenv with Python 3.6.0 and that will not work,
seems like your computer is misconfigured or something, looks like a problem on your end.

from faster-than-requests.

chalist avatar chalist commented on May 18, 2024

Sorry that traceback message was for before python upgrage.

I upgrade python and try again, but got same error:

1 location(s) to search for versions of faster-than-requests:
* https://pypi.org/simple/faster-than-requests/
Fetching project page and analyzing links: https://pypi.org/simple/faster-than-requests/
Getting page https://pypi.org/simple/faster-than-requests/
Found index url https://pypi.org/simple
Looking up "https://pypi.org/simple/faster-than-requests/" in the cache
Request header has "max_age" as 0, cache bypassed
https://pypi.org:443 "GET /simple/faster-than-requests/ HTTP/1.1" 304 0
  Found link https://files.pythonhosted.org/packages/aa/e3/d3018380bfb1415a1a951fb64ad728b74ef985ba5be5f43648599c3a91bb/faster_than_requests-49d49f0.zip#sha256=3054b89557bbbec8d22b669943f898b5ef71d7c11f287d9e9b71a45b7aaeee7b (from https://pypi.org/simple/faster-than-requests/) (requires-python:>=3.8), version: 49d49f0
  Found link https://files.pythonhosted.org/packages/19/85/00e7ffcb14c8a9c7f5b366e21e0da6252b05dc80521231df08586dfdeb8d/faster_than_requests-d4d03a6.zip#sha256=30defae729a4b0a67bd986a0cd0898d943a347a2e3e45759e7b9facb02051679 (from https://pypi.org/simple/faster-than-requests/) (requires-python:>=3.8), version: d4d03a6
  Found link https://files.pythonhosted.org/packages/55/32/d77019eac8980d71c96ebbd266f324e753d75815e88414bad431c1a7f69d/faster_than_requests-57c7862.zip#sha256=e9d08cd824ced57b940eb3fec2b3b1c221de86efe5fc575b6b495c283c80116b (from https://pypi.org/simple/faster-than-requests/) (requires-python:>=3.8), version: 57c7862
  Found link https://files.pythonhosted.org/packages/8f/f0/11be00462bf64c327f73fb2696fc8f0c9e0cd495369569f0f0d6cded5c55/faster_than_requests-3572925.zip#sha256=24f9b9d9fb81dbfac8af4ff3672bed0d99b566e7d64f4efeb8bf96932a4700d4 (from https://pypi.org/simple/faster-than-requests/) (requires-python:>=3.8), version: 3572925
Given no hashes to check 0 links for project 'faster-than-requests': discarding no candidates
ERROR: Could not find a version that satisfies the requirement faster-than-requests==0.9.6 (from -r requirements.txt (line 27)) (from versions: d4d03a6, 49d49f0, 57rc7862, 3572925)
ERROR: No matching distribution found for faster-than-requests==0.9.6 (from -r requirements.txt (line 27))
Exception information:
Traceback (most recent call last):
  File "/var/lib/app/.virtualenvs/app/lib/python3.8/site-packages/pip/_internal/cli/base_command.py", line 228, in _main
    status = self.run(options, args)
  File "/var/lib/app/.virtualenvs/app/lib/python3.8/site-packages/pip/_internal/cli/req_command.py", line 182, in wrapper
    return func(self, options, args)
  File "/var/lib/app/.virtualenvs/app/lib/python3.8/site-packages/pip/_internal/commands/install.py", line 323, in run
    requirement_set = resolver.resolve(
  File "/var/lib/app/.virtualenvs/app/lib/python3.8/site-packages/pip/_internal/resolution/legacy/resolver.py", line 183, in resolve
    discovered_reqs.extend(self._resolve_one(requirement_set, req))
  File "/var/lib/app/.virtualenvs/app/lib/python3.8/site-packages/pip/_internal/resolution/legacy/resolver.py", line 388, in _resolve_one
    abstract_dist = self._get_abstract_dist_for(req_to_install)
  File "/var/lib/app/.virtualenvs/app/lib/python3.8/site-packages/pip/_internal/resolution/legacy/resolver.py", line 339, in _get_abstract_dist_for
    self._populate_link(req)
  File "/var/lib/app/.virtualenvs/app/lib/python3.8/site-packages/pip/_internal/resolution/legacy/resolver.py", line 305, in _populate_link
    req.link = self._find_requirement_link(req)
  File "/var/lib/app/.virtualenvs/app/lib/python3.8/site-packages/pip/_internal/resolution/legacy/resolver.py", line 270, in _find_requirement_link
    best_candidate = self.finder.find_requirement(req, upgrade)
  File "/var/lib/app/.virtualenvs/app/lib/python3.8/site-packages/pip/_internal/index/package_finder.py", line 928, in find_requirement
    raise DistributionNotFound(
pip._internal.exceptions.DistributionNotFound: No matching distribution found for faster-than-requests==0.9.6 (from -r requirements.txt (line 27))
Removed build tracker: '/tmp/pip-req-tracker-1yv9tgk8'

from faster-than-requests.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.