Giter Club home page Giter Club logo

Comments (8)

theskillwithin avatar theskillwithin commented on May 25, 2024 1

I was able to apt install checkinstall only after deleting the Python folder i wget'ed into ~

following this now https://linuxize.com/post/how-to-install-python-3-9-on-debian-10/

from readynas-sickchill.

miigotu avatar miigotu commented on May 25, 2024

You installed 3.9 locally, rather than building a deb.

The final command of your source build for python should be sudo checkinstall altinstall, so that apt/dpkg know you have it installed.

Installing as a deb rather than a source makes it much easier to uninstall in the future.

from readynas-sickchill.

theskillwithin avatar theskillwithin commented on May 25, 2024

following this again which I had to do last time https://forums.sickrage.ca/t/how-to-install-on-readynas-and-python-3-6-9/275 (except doing with 3.9)

and https://stackoverflow.com/questions/44600424/how-to-install-python-3-x-version-in-usr-bin
adding --prefix=/usr flag to configure

takes a long time so i hope it works

from readynas-sickchill.

theskillwithin avatar theskillwithin commented on May 25, 2024
➜  sudo checkinstall altinstall
sudo: checkinstall: command not found
➜  sudo apt-get clean
➜  apt-get install checkinstall
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
  file
Suggested packages:
  gettext
The following NEW packages will be installed:
  checkinstall file
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 195 kB of archives.
After this operation, 616 kB of additional disk space will be used.
E: You don't have enough free space in /var/cache/apt/archives/.

from readynas-sickchill.

theskillwithin avatar theskillwithin commented on May 25, 2024
➜  Documents sudo dpkg -i sickchill_2021.02.24_all.deb
Selecting previously unselected package sickchill.
(Reading database ... 53919 files and directories currently installed.)
Preparing to unpack sickchill_2021.02.24_all.deb ...
/usr/local/bin/python3.9
Unpacking sickchill (2021.02.24) ...
dpkg: dependency problems prevent configuration of sickchill:
 sickchill depends on python3 (>= 3.6); however:
  Version of python3 on system is 3.4.2-2.

dpkg: error processing package sickchill (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 sickchill
➜  which python3
/usr/local/bin/python3
➜  python3 --version
Python 3.9.0
➜  Documents

sigh readynas makes everything hard

from readynas-sickchill.

theskillwithin avatar theskillwithin commented on May 25, 2024

Still not working, getting same error

from readynas-sickchill.

theskillwithin avatar theskillwithin commented on May 25, 2024

@miigotu So I finally go it working I think but I had to use force flag
sudo dpkg -i --force all sickchill_2021.02.24_all.deb

and then nano /etc/systemd/system/multi-user.target.wants/fvapp-sickchill.service and tell it to use python3.9 and to point to sickchill

from readynas-sickchill.

miigotu avatar miigotu commented on May 25, 2024

You didn't need to touch the service file, and you only had to force install of python because you already had a python installed locally.

from readynas-sickchill.

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.