radareorg / radare2-r2pipe

Access radare2 via pipe from any programming language!
388 stars 99 forks source link

pip install r2pipe error on Windows 7 #42

Closed andreafioraldi closed 6 years ago

andreafioraldi commented 6 years ago

When i try to install r2pipe in Windows 7 i get the following error:

> python.exe -m pip install r2pipe                                                                                           
Collecting r2pipe                                                                                                            
  Using cached r2pipe-0.9.5.tar.gz                                                                                           
    Complete output from command python setup.py egg_info:                                                                   
    Traceback (most recent call last):                                                                                       
      File "<string>", line 1, in <module>                                                                                   
      File "c:\users\andrea\appdata\local\temp\pip-build-pogrdt\r2pipe\setup.py", line 2, in <module>                        
        import r2pipe                                                                                                        
      File "r2pipe\__init__.py", line 32, in <module>                                                                        
        import fcntl                                                                                                         
    ImportError: No module named fcntl                                                                                       

    ----------------------------------------                                                                                 
Command "python setup.py egg_info" failed with error code 1 in c:\users\andrea\appdata\local\temp\pip-build-pogrdt\r2pipe\   

note: I'm using python 2.7.14 amd64

radare commented 6 years ago

Should be fixed in 0.9.6 pls update r2pipe and confirm

On 19 Dec 2017, at 09:26, Andrea Fioraldi notifications@github.com wrote:

When i try to install r2pipe in Windows 7 i get the following error:

python.exe -m pip install r2pipe
Collecting r2pipe
Using cached r2pipe-0.9.5.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "c:\users\andrea\appdata\local\temp\pip-build-pogrdt\r2pipe\setup.py", line 2, in
import r2pipe
File "r2pipe__init__.py", line 32, in
import fcntl
ImportError: No module named fcntl

----------------------------------------                                                                                 

Command "python setup.py egg_info" failed with error code 1 in c:\users\andrea\appdata\local\temp\pip-build-pogrdt\r2pipe\
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

radare commented 6 years ago

closing for now