The officially official Devuan Forum!

You are not logged in.

#1 2022-05-05 22:50:32

sasha
Member
Registered: 2022-05-05
Posts: 2  

Can't install usefull applicacation (Cassowary)

I am working on Devuan Chimaera and I have installed it by (https://github.com/casualsnek/cassowary … install.md):

pip install cassowary

    Install python3, python3-pip, freerdp2, libvirt-python3 packages and dependencies by running following commands on terminal:

$ sudo pacman -S python3 python3-pip freerdp libvirt-python
$ pip3 install PyQt5

But after that I received:

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package freerdp is a virtual package provided by:
  freerdp2-x11 2.3.0+dfsg1-2+deb11u1
  freerdp2-shadow-x11 2.3.0+dfsg1-2+deb11u1
You should explicitly select one to install.

E: Package 'freerdp' has no installation candidate
E: Unable to locate package libvirt-python
root@Think-Desktop:~# pip3 install PyQt5
Requirement already satisfied: PyQt5 in /usr/lib/python3/dist-packages (5.15.2)
Requirement already satisfied: PyQt5-sip<13,>=12.8 in /usr/lib/python3/dist-packages (from PyQt5) (12.8.1)

What to do? and what to print in terminal?

Last edited by sasha (2022-05-07 16:51:59)

Offline

#2 2022-05-06 11:30:17

Head_on_a_Stick
Member
From: London
Registered: 2019-03-24
Posts: 3,125  
Website

Re: Can't install usefull applicacation (Cassowary)

Is cassowary in sys.path? Read the warning in your linked guide.

Perhaps try

PYTHONPATH=/path/to/cassowary python3 -m cassowary -a

But I'm not using pip to test this. It's *much* better to package Python modules properly IMO.


Brianna Ghey — Rest In Power

Offline

Board footer