GithubHelp home page GithubHelp logo

Comments (2)

hentai-chan avatar hentai-chan commented on July 26, 2024 1

Thanks for filing this issue. I'll address this problem in the next version of this module. In the meantime, there're two things that you can do:

  1. If you can elevate file permission, create the logfile and change ownership to the active user
  2. Downgrade your installation to version 3.2.3 until the next release

1. Elevating File Ownership

Of course this step also preemptively requires sudo privileges which you might or might not have depending on which machine you intend to run your python project.

cd //
cd var/log
sudo touch hentai.log
sudo chown {{user}} hentai.log

2. Downgrading Installation

Version 3.2.4 only added a rudimentary CLI to this library, so if you can live without that I recommend that you downgrade to 3.2.3 until a new release comes out.

pip install hentai==3.2.3

This version created hentai/hentai.log in the user's home directory. I didn't want to clutter my home directory, hence the change. I'll try to find a solution that doesn't require elevated permissions.

from hentai.

hentai-chan avatar hentai-chan commented on July 26, 2024 1

Resolved with version 3.2.5. To update your installation, run

pip install --upgrade hentai

from hentai.

Related Issues (14)

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.