Panda7122 / MusicThumbnailGenerator

senior project
1 stars 0 forks source link

error:failed in build #1

Open G36maid opened 2 hours ago

G36maid commented 2 hours ago

Build error message

171.4   Downloading jams-0.3.4.tar.gz (51 kB)                                                                                                                                                                                  [0/359]
171.5   Installing build dependencies: started                                                                     
173.5   Installing build dependencies: finished with status 'done'      
173.5   Getting requirements to build wheel: started                                                               
173.6   Getting requirements to build wheel: finished with status 'error'
173.6   error: subprocess-exited-with-error                                                                        
173.6                                                                                                              
173.6   × Getting requirements to build wheel did not run successfully.                 
173.6   │ exit code: 1                                                                                             
173.6   ╰─> [20 lines of output]                                                                                   
173.6       Traceback (most recent call last):                                                                     
173.6         File "/usr/local/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 353, in <module>                                                                                            
173.6           main()                                                                                             
173.6         File "/usr/local/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 335, in main                                                                                                
173.6           json_out['return_val'] = hook(**hook_input['kwargs']) 
173.6                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^                   
173.6         File "/usr/local/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 118, in get_requires_for_build_wheel                                                                        
173.6           return hook(config_settings)                                                                       
173.6                  ^^^^^^^^^^^^^^^^^^^^^                                                                       
173.6         File "/tmp/pip-build-env-h8040wt3/overlay/lib/python3.12/site-packages/setuptools/build_meta.py", line 332, in get_requires_for_build_wheel                                                                             
173.6           return self._get_build_requires(config_settings, requirements=[])         
173.6                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^         
173.6         File "/tmp/pip-build-env-h8040wt3/overlay/lib/python3.12/site-packages/setuptools/build_meta.py", line 302, in _get_build_requires                                                                                      
173.6           self.run_setup()                                                                                   
173.6         File "/tmp/pip-build-env-h8040wt3/overlay/lib/python3.12/site-packages/setuptools/build_meta.py", line 503, in run_setup                                                                                                
173.6           super().run_setup(setup_script=setup_script)                        
173.6         File "/tmp/pip-build-env-h8040wt3/overlay/lib/python3.12/site-packages/setuptools/build_meta.py", line 318, in run_setup                                                                                                
173.6           exec(code, locals())                                                                               
173.6         File "<string>", line 3, in <module>                                                                 
173.6       ModuleNotFoundError: No module named 'imp'                                                             
173.6       [end of output]                                                                                        
173.6                                                                                                              
173.6   note: This error originates from a subprocess, and is likely not a problem with pip.                
173.8 error: subprocess-exited-with-error                                                                          
173.8                                                                                                              
173.8 × Getting requirements to build wheel did not run successfully.          
173.8 │ exit code: 1                                                                                               
173.8 ╰─> See above for output.                                                                                    
173.8                                                                                                              
173.8 note: This error originates from a subprocess, and is likely not a problem with pip. 
------                                                                                                             

 1 warning found (use docker --debug to expand):                                                                                                                                                                                      
 - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 24)                                                                                                                            
dockerfile:15                                                                                                      
--------------------                                                                                                                                                                                                                  
  13 |                                                                                                             
  14 |     # Install any needed packages specified in requirements.txt                           
  15 | >>> RUN pip3 install --no-cache-dir -r requirements.txt     
  16 |                                                                                                             
  17 |     # Install CLIP from GitHub                                                                              
--------------------                                                                                               
ERROR: failed to solve: process "/bin/sh -c pip3 install --no-cache-dir -r requirements.txt" did not complete successfully: exit code: 1
G36maid commented 2 hours ago

same output in build you need to fix in line 30 or line 34 at requirements.txt maybe error is in clip @ git

Panda7122 commented 2 hours ago

just delete my new package for another model try it @G36maid