<!doctype html>
<html>
 <head> 
  <meta charset="UTF-8"> 
 </head>
 <body>
  <div class="default-style">
   Hi!
  </div> 
  <div class="default-style">
    
  </div> 
  <div class="default-style">
   Running Ubuntu 24.04, would like to install Blink.
  </div> 
  <div class="default-style">
    
  </div> 
  <div class="default-style">
   It does not work. Can anybody help? Thanks in advance.
  </div> 
  <div class="default-style">
    
  </div> 
  <div class="default-style">
    
  </div> 
  <div class="default-style">
   Gianguido
  </div> 
  <div class="default-style">
    
  </div> 
  <div class="default-style">
    
  </div> 
  <div class="default-style">
   $ sudo apt update & upgrade, done
  </div> 
  <div class="default-style">
   $ sudo apt-get install blink
  </div> 
  <div class="default-style">
    
  </div> 
  <div class="default-style"> 
   <div class="default-style">
    Reading package lists... Done
    <br>Building dependency tree... Done
    <br>Reading state information... Done
    <br>Some packages could not be installed. This may mean that you have
    <br>requested an impossible situation or if you are using the unstable
    <br>distribution that some required packages have not yet been created
    <br>or been moved out of Incoming.
    <br>The following information may help to resolve the situation:
   </div> 
   <div class="default-style">
    The following packages have unmet dependencies:
    <br>blink : Depends: python3 (< 3.12) but 3.12.3-0ubuntu2 is to be installed
    <br>Depends: python3-sipsimple (>= 5.3.0) but it is not going to be installed
    <br>E: Unable to correct problems, you have held broken packages.
    <br>$
   </div> 
   <div class="default-style">
     
   </div> 
   <div class="default-style">
    Actually, I DO have and run Python 3.12.3
   </div> 
   <div class="default-style">
     
   </div> 
   <div class="default-style">
    I tried with setup.py from python3-sipsimple 
   </div> 
   <div class="default-style">
     
   </div> 
   <div class="default-style">
    $ python3 setup.py
    <br>Traceback (most recent call last): github 
    <br>File "/home/gianguido/Software/blink/setup.py", line 8, in <module>
    <br>from setup_pjsip import PJSIP_build_ext
    <br>ModuleNotFoundError: No module named 'setup_pjsip'
    <br>$ 
   </div> 
   <div class="default-style">
     
   </div> 
   <div class="default-style">
    I then downloaded setup_pjsip.py and run setup.py again, to get the message
   </div> 
   <div class="default-style">
     
   </div> 
   <div class="default-style">
    ModuleNotFoundError: No module named 'Cython'
   </div> 
   <div class="default-style">
     
   </div> 
   <div class="default-style">
    How can these problems be solved?
   </div> 
   <div class="default-style">
     
   </div> 
   <div class="default-style">
    Is there some SIMPLE way to install the blink softphone in a Linux/ Debian environment?
   </div> 
   <div class="default-style">
     
   </div> 
   <div class="default-style">
    Thanks!
   </div> 
   <div class="default-style">
     
   </div> 
   <div class="default-style">
     
   </div> 
  </div>
 </body>
</html>