Python Forum
install cups on python3
Thread Rating:
  • 4 Vote(s) - 2.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
install cups on python3
#1
hello friends
i installed cups...i wanted to install it on python3 but it was installed on python2
i used this link for downloading cups: download cups
i uninstalled it from python2 by deleting cups.so from python 2.7./dist-packages
now i can't install cups neithr python2 nor python3
i don't know why cannot i install on python2
my goal:
install cups on python3
i tried "sudo python3 setup.py install" but it didn't work
please helpppppppp Sad
Reply
#2
is it
pip install pycups
Reply
#3
I presume you are trying to install the Python module and not the actual cups program (which is installed by default on Linux systems)
Try

For Python 3
pip3 install pycups
For Python 2
pip install pycups
Also, saying "...it doesn't work" is not helpful at all. You need to post the actual errors (between the error code tags) in it's entirety.
If it ain't broke, I just haven't gotten to it yet.
OS: Windows 10, openSuse 42.3, freeBSD 11, Raspian "Stretch"
Python 3.6.5, IDE: PyCharm 2018 Community Edition
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  install lightblue on python3 gray 3 4,750 Jul-10-2017, 11:09 AM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020