Analyzing links from page https://pypi.python.org/simple/pyqrnative/
Found link https://pypi.python.org/packages/source/p/pyqrnative/pyqrnative-0.1.0.tar.gz#md5=11a770f759a03c04681ba0b552340897 (from https://pypi.python.org/simple/pyqrnative/), version: 0.1.0
Found link https://pypi.python.org/packages/source/p/pyqrnative/pyqrnative-0.1.0.zip#md5=bd1d41cc494ecffbd9eb5b99ed24dfe3 (from https://pypi.python.org/simple/pyqrnative/), version: 0.1.0
Found link https://pypi.python.org/packages/source/p/pyqrnative/pyqrnative-0.1.1.tar.gz#md5=76d79103d6ea6dce291e4b520e98d543 (from https://pypi.python.org/simple/pyqrnative/), version: 0.1.1
Found link https://pypi.python.org/packages/source/p/pyqrnative/pyqrnative-0.1.1.zip#md5=7924745016fc1b85fd9ee473310e9c19 (from https://pypi.python.org/simple/pyqrnative/), version: 0.1.1
Found link https://pypi.python.org/packages/source/p/pyqrnative/pyqrnative-0.1.3.tar.gz#md5=034eb5d702c319fed199a355dbb2204c (from https://pypi.python.org/simple/pyqrnative/), version: 0.1.3
Found link https://pypi.python.org/packages/source/p/pyqrnative/pyqrnative-0.1.3.zip#md5=89d86bcc4546359cf24e4cb5dc88a514 (from https://pypi.python.org/simple/pyqrnative/), version: 0.1.3
Found link https://pypi.python.org/packages/source/p/pyqrnative/pyqrnative-0.1.4.tar.gz#md5=10fd424c4181ff310b692ac297e6ef6b (from https://pypi.python.org/simple/pyqrnative/), version: 0.1.4
Found link https://pypi.python.org/packages/source/p/pyqrnative/pyqrnative-0.1.4.zip#md5=023833d261a79eac5b6f0e1a92fd3e74 (from https://pypi.python.org/simple/pyqrnative/), version: 0.1.4
Skipping link http://code.google.com/p/pyqrnative/ (from https://pypi.python.org/simple/pyqrnative/); not a file
Skipping link http://pyqrnative.googlecode.com/svn/trunk/ (from https://pypi.python.org/simple/pyqrnative/); not a file
Using version 0.1.4 (newest of versions: 0.1.4, 0.1.4, 0.1.3, 0.1.3, 0.1.1, 0.1.1, 0.1.0, 0.1.0)
Downloading pyqrnative-0.1.4.tar.gz
Downloading from URL https://pypi.python.org/packages/source/p/pyqrnative/pyqrnative-0.1.4.tar.gz#md5=10fd424c4181ff310b692ac297e6ef6b (from https://pypi.python.org/simple/pyqrnative/)
Running setup.py egg_info for package pyqrnative
Traceback (most recent call last):
File "<string>", line 16, in <module>
File "/home/wwweb/projects/frontdesk/build/pyqrnative/setup.py", line 109, in <module>
setup_package()
File "/home/wwweb/projects/frontdesk/build/pyqrnative/setup.py", line 92, in setup_package
write_version_py()
File "/home/wwweb/projects/frontdesk/build/pyqrnative/setup.py", line 76, in write_version_py
a = open(filename, 'w')
IOError: [Errno 2] No such file or directory: 'pyqrnative/version.py'
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 16, in <module>
File "/home/wwweb/projects/frontdesk/build/pyqrnative/setup.py", line 109, in <module>
setup_package()
File "/home/wwweb/projects/frontdesk/build/pyqrnative/setup.py", line 92, in setup_package
write_version_py()
File "/home/wwweb/projects/frontdesk/build/pyqrnative/setup.py", line 76, in write_version_py
a = open(filename, 'w')
IOError: [Errno 2] No such file or directory: 'pyqrnative/version.py'
----------------------------------------
Cleaning up...
Removing temporary dir /home/wwweb/projects/frontdesk/build...
Command python setup.py egg_info failed with error code 1 in /home/wwweb/projects/frontdesk/build/pyqrnative
Exception information:
Traceback (most recent call last):
File "/home/wwweb/projects/frontdesk/local/lib/python2.7/site-packages/pip/basecommand.py", line 134, in main
status = self.run(options, args)
File "/home/wwweb/projects/frontdesk/local/lib/python2.7/site-packages/pip/commands/install.py", line 236, in run