I'm having trouble trying to install the pysimplesoap module from Github on 
Windows:


pfuntner@bruno ~$ pip install 
git+https://github.com/pysimplesoap/pysimplesoap.gitCollecting 
git+https://github.com/pysimplesoap/pysimplesoap.git  Cloning 
https://github.com/pysimplesoap/pysimplesoap.git to 
/tmp/pip-JvqkGU-buildException:Traceback (most recent call last):  File 
"/usr/lib/python2.7/site-packages/pip/basecommand.py", line 215, in main    
status = self.run(options, args)  File 
"/usr/lib/python2.7/site-packages/pip/commands/install.py", line 335, in run    
wb.build(autobuilding=True)  File 
"/usr/lib/python2.7/site-packages/pip/wheel.py", line 749, in build    
self.requirement_set.prepare_files(self.finder)  File 
"/usr/lib/python2.7/site-packages/pip/req/req_set.py", line 380, in 
prepare_files    ignore_dependencies=self.ignore_dependencies))  File 
"/usr/lib/python2.7/site-packages/pip/req/req_set.py", line 620, in 
_prepare_file    session=self.session, hashes=hashes)  File 
"/usr/lib/python2.7/site-packages/pip/download.py", line 824, in unpack_url    
write_delete_marker_file(location)  File 
"/usr/lib/python2.7/site-packages/pip/locations.py", line 35, in 
write_delete_marker_file    with open(filepath, 'w') as marker_fp:IOError: 
[Errno 2] No such file or directory: 
'/tmp/pip-JvqkGU-build/pip-delete-this-directory.txt'
pfuntner@bruno ~

I'm using using Cygwin from Windows 7 and have 2.7.12.
Can anyone please advise?
_______________________________________________
Soap mailing list
[email protected]
https://mail.python.org/mailman/listinfo/soap

Reply via email to