Code Monkey home page Code Monkey logo

Comments (4)

jarun avatar jarun commented on June 23, 2024

Probably we don't install it to the PATH. So you may have to create a shortcut.

The second error is because pyreadline is not installed on your setup. pyreadline3 is a requirement for buku.

@dertuxmalwieder @rachmadaniHaryono could you please have a look?

from buku.

LeXofLeviafan avatar LeXofLeviafan commented on June 23, 2024

Release 4.7.1 is dated Jul 2, 2022.
Windows installation fixes were added in Jan 2023.
There's a newer release but it doesn't seem to be on PyPI. I believe pip supports installing packages from downloaded source archives though.

As for PATH, it's not normally managed by Python packages; if the Windows Python installer did not update it to include the required directory, you may need to update it yourself.
…Alternatively, you may try using pipx – it's intended for installing Python application packages, and it appears to include a utility for fixing PATH issues (at least those related to pipx functionality).

from buku.

dertuxmalwieder avatar dertuxmalwieder commented on June 23, 2024

So… nothing to do for me? ;-)

from buku.

dasbootbee avatar dasbootbee commented on June 23, 2024

This worked:

python -m pip install https://github.com/jarun/buku/archive/refs/tags/v4.8.zip

I do not see the previous errors using this version.

pipx is indeed the way to go:

python -m pip install --user pipx
pipx ensurepath <-- Ensures the whacky Windows Store Python scripts directory is added to PATH
pipx install https://github.com/jarun/buku/archive/refs/tags/v4.8.zip

Now just running 'buku' from anywhere works.

from buku.

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.