GithubHelp home page GithubHelp logo

Comments (5)

andr1976 avatar andr1976 commented on July 19, 2024

@mefuller
I suspect the symlink for pip points to a py2.7 installation also present on your system. Maybe try
pip3 install hyddown
or
python3 -m pip install hyddown
where python3 is the symlink to your python3 executable

from hyddown.

mefuller avatar mefuller commented on July 19, 2024

There appears to be a bug in Fedora where pip, even when installed from python3-pip is defaulting to a python2.7 version,
but I believe the README should still be updated to reflect the need to use python3:

You will notice that while there is a file pip3, python2 has been totally deprecated and the pip command is exclusively the python3 variant (pip>21.0 should not have python2 support: https://github.com/pypa/pip)

I flied a bug report (https://bugzilla.redhat.com/show_bug.cgi?id=2004147) and have my output below for your review - do with it as you please, but perhaps simply providing $ python3 -m pip install hyddown as a workaround in case of a python2-related error would be a good update

$ dnf provides pip3

python3-pip-21.0.1-2.fc34.noarch : A tool for installing and managing Python3 packages
Repo        : fedora
Matched from:
Filename    : /usr/bin/pip3

python3-pip-21.0.1-2.fc34.noarch : A tool for installing and managing Python3 packages
Repo        : updates-testing
Matched from:
Filename    : /usr/bin/pip3

python3-pip-21.0.1-3.fc34.noarch : A tool for installing and managing Python3 packages
Repo        : @System
Matched from:
Filename    : /usr/bin/pip3

python3-pip-21.0.1-3.fc34.noarch : A tool for installing and managing Python3 packages
Repo        : updates
Matched from:
Filename    : /usr/bin/pip3

$ dnf provides pip

python3-pip-21.0.1-2.fc34.noarch : A tool for installing and managing Python3 packages
Repo        : fedora
Matched from:
Provide    : pip = 21.0.1-2.fc34

python3-pip-21.0.1-2.fc34.noarch : A tool for installing and managing Python3 packages
Repo        : updates-testing
Matched from:
Provide    : pip = 21.0.1-2.fc34

python3-pip-21.0.1-3.fc34.noarch : A tool for installing and managing Python3 packages
Repo        : @System
Matched from:
Provide    : pip = 21.0.1-3.fc34

python3-pip-21.0.1-3.fc34.noarch : A tool for installing and managing Python3 packages
Repo        : updates
Matched from:
Provide    : pip = 21.0.1-3.fc34

$ python3 -m pip install hyddown
Defaulting to user installation because normal site-packages is not writeable
Collecting hyddown
  Downloading HydDown-0.15.1-py3-none-any.whl (27 kB)
Installing collected packages: hyddown
Successfully installed hyddown-0.15.1

from hyddown.

andr1976 avatar andr1976 commented on July 19, 2024

@mefuller, I updated the README just as your pull request ticked in 👍 , but since your take is a little more elaborate I will accept the pull request

from hyddown.

mefuller avatar mefuller commented on July 19, 2024

I left the PR as a draft for now as I want to finish working though setting up and running a problem

from hyddown.

mefuller avatar mefuller commented on July 19, 2024

Closed by #58

from hyddown.

Related Issues (8)

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.