[program-l] Re: Installing pyo module

  • From: <kperry@xxxxxxxxxxxxx>
  • To: <program-l@xxxxxxxxxxxxx>
  • Date: Thu, 10 Nov 2022 06:31:17 -0500

Did you check if the module is caught up with the newest python?  Not all 
libraries keep up with the latest python.  When working commercially  I stay a 
version or two behind.  For example I am still using 3.9.6.  If you have to 
have something in the module you might need to get an open source copy if there 
is one and see if you can get it to compile for your version.

 

From: program-l-bounce@xxxxxxxxxxxxx <program-l-bounce@xxxxxxxxxxxxx> On Behalf 
Of iz4apu ("iz4apu")
Sent: Thursday, November 10, 2022 5:28 AM
To: program-l@xxxxxxxxxxxxx
Subject: [program-l] Installing pyo module

 

Hello.

I need to use pyo module with python but I'm facing difficulties on installing 
it.

Before giving up, I would ask your help.

 

I've Python 3.11.0 under Win11.

 

Using pip I got the following:

e:\Dropbox\py>pip install pyo                                                   
                                                                                
        

Collecting pyo                                                                  
                                                                                
        

  Using cached pyo-1.0.4.tar.gz (6.1 MB)                                        
                                                                                
        

  Preparing metadata (setup.py) ... error                                       
                                                                                
        

  error: subprocess-exited-with-error                                           
                                                                                
        

                                                                                
                                                                                
        

  × python setup.py egg_info did not run successfully.                          
                                                                                
        

  │ exit code: 1                                                                
                                                                                
        

  ╰─> [7 lines of output]                                                       
                                                                                
        

      Traceback (most recent call last):                                        
                                                                                
        

        File "<string>", line 2, in <module>                                    
                                                                                
        

        File "<pip-setuptools-caller>", line 34, in <module>                    
                                                                                
        

        File 
"C:\Users\GBattaglia\AppData\Local\Temp\pip-install-79tfx9g2\pyo_62e719bcd08948a4916e8afbb33a7ba5\setup.py",
 line 293, in <module>                         

          for f in os.listdir(data_files_common_path)                           
                                                                                
        

                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                           
                                                                                
        

      FileNotFoundError: [WinError 3] Specified path not found: 
'win64dlls\\win64_pyo_data_files_common'                                        
     

      [end of output]                                                           
                                                                                
        

                                                                                
                                                                                
        

I tried to download the .whl from pypi than install by:

 

Pip install path\file.whl

It says this package is not for this platform. But I chosen that one which is 
for Win 64 amd.

 

Possible causes are:

1.      I'm using python 3.11 while in the docs is named at least 3.9;
2.      I'm under Win 11 while at the time of last release, June 8th, 2021, it 
wasn't still around
3.      Some system file corruption in my PC

a.      Checked using DISM.exe /Online /Cleanup-image /Restorehealth
b.      and        sfc /scannow

No problem found.

 

So, I out of ideas now.

 

Any help will be super appreciated.

Thanks in advance, Gabe.

Gabriele Battaglia (Gabe / Gabry) - IZ4APU

--... ...--  -.. .  .. --.. ....- .- .--. ..-  - ..-  . .

Sent from Outlook on Windows, Genus Bononiae's computer. (Libero)

 

Other related posts: