pip installer doesn't work
Brought to you by:
barry_b
Apparently, the pip database has an entry for OpenOPC, but when I tried installing it (pip install OpenOPC) I get the following error log:
Downloading/unpacking OpenOPC
Could not find any downloads that satisfy the requirement OpenOPC
Cleaning up...
No distributions at all found for OpenOPC
Storing complete log in C:\Users\xxxx\pip\pip.log
Below is the log file stored in my PC
Downloading/unpacking OpenOPC
Getting page https://pypi.python.org/simple/OpenOPC/
URLs to search for versions for OpenOPC:
* https://pypi.python.org/simple/OpenOPC/
Getting page http://openopc.sourceforge.net
Analyzing links from page https://pypi.python.org/simple/OpenOPC/
Skipping link http://openopc.sourceforge.net (from https://pypi.python.org/simple/OpenOPC/); not a file
Analyzing links from page http://openopc.sourceforge.net
Skipping link http://openopc.sourceforge.net/about.html (from http://openopc.sourceforge.net); unknown archive format: .html
Skipping link http://openopc.sourceforge.net/api.html (from http://openopc.sourceforge.net); unknown archive format: .html
Skipping link http://openopc.sourceforge.net/client.html (from http://openopc.sourceforge.net); unknown archive format: .html
Skipping link http://openopc.sourceforge.net/service.html (from http://openopc.sourceforge.net); unknown archive format: .html
Skipping link http://openopc.sourceforge.net/other.html (from http://openopc.sourceforge.net); unknown archive format: .html
Skipping link http://sourceforge.net/project/showfiles.php?group_id=199423 (from http://openopc.sourceforge.net); unknown archive format: .php
Skipping link http://openopc.sourceforge.net/license.html (from http://openopc.sourceforge.net); unknown archive format: .html
Skipping link mailto:barry_b@users.sourceforge.net (from http://openopc.sourceforge.net); unknown archive format: .net
Skipping link http://sourceforge.net/projects/openopc (from http://openopc.sourceforge.net); not a file
Skipping link http://pyopc.sourceforge.net (from http://openopc.sourceforge.net); not a file
Could not find any downloads that satisfy the requirement OpenOPC
Cleaning up...
Removing temporary dir c:\users\xxxx\appdata\local\temp\pip_build_xxxx...
No distributions at all found for OpenOPC
Exception information:
Traceback (most recent call last):
File "C:\Python27\lib\site-packages\pip\basecommand.py", line 134, in main
status = self.run(options, args)
File "C:\Python27\lib\site-packages\pip\commands\install.py", line 236, in run
requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
File "C:\Python27\lib\site-packages\pip\req.py", line 1085, in prepare_files
url = finder.find_requirement(req_to_install, upgrade=self.upgrade)
File "C:\Python27\lib\site-packages\pip\index.py", line 265, in find_requirement
raise DistributionNotFound('No distributions at all found for %s' % req)
DistributionNotFound: No distributions at all found for OpenOPC