smd icon indicating copy to clipboard operation
smd copied to clipboard

Installing Issues

Open aman-rahman786 opened this issue 5 years ago • 3 comments

ERROR: Command errored out with exit status 1: command: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-ifle32uo/pygame/setup.py'"'"'; __file__='"'"'/tmp/pip-install-ifle32uo/pygame/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-wrwc9ml1 cwd: /tmp/pip-install-ifle32uo/pygame/ Complete output (20 lines):

WARNING, No "Setup" File Exists, Running "buildconfig/config.py"       
Using UNIX configuration...                                            
                                                                       
/bin/sh: 1: sdl-config: not found                                      
/bin/sh: 1: sdl-config: not found                                      
/bin/sh: 1: sdl-config: not found                                      
/bin/sh: 1: pkg-config: not found                                      
/bin/sh: 1: pkg-config: not found                                      
/bin/sh: 1: pkg-config: not found                                      
/bin/sh: 1: freetype-config: not found                                 
/bin/sh: 1: freetype-config: not found                                 
/bin/sh: 1: freetype-config: not found                                 
Unable to run "sdl-config". Please make sure a development version of SDL is installed.                                                           
                                                                       
Hunting dependencies...                                                
WARNING: "sdl-config" failed!                                          
WARNING: "pkg-config freetype2" failed!                                
WARNING: "freetype-config" failed!                                     
----------------------------------------                               

ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.`

I have recieved this error numerous times while trying to install the requirements.txt Could someone please assist. Thanks

aman-rahman786 avatar Jan 02 '21 21:01 aman-rahman786

I got the exact same errors while trying to install it on kali in VMware vmware_bfclMWlqaX

trojblue avatar Jan 04 '21 22:01 trojblue

Try installing libsdl1.2-dev which should provide sdl-config. If not, try installing the binary package for pygame: sudo apt-get install python3-pygame

goshawk22 avatar Jan 05 '21 13:01 goshawk22

https://github.com/artyshko/smd/issues/78 look at last 2 comments

RickyHunter024 avatar Jan 17 '21 00:01 RickyHunter024