How to install Open OPC on ubuntu for python support

1.2k Views Asked by At

I am trying to install OpenOPC. So far I tried the following and it shows the following output:

tsp@tsp-Inspiron-5558:~/Downloads/OpenOPC-1.3.1$ pip install OpenOPC
Collecting OpenOPC
Could not find a version that satisfies the requirement OpenOPC (from versions: )
No matching distribution found for OpenOPC
You are using pip version 8.1.1, however version 9.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
tsp@tsp-Inspiron-5558:~/Downloads/OpenOPC-1.3.1$ 
2

There are 2 best solutions below

0
On

There is no downloadable packages at PyPI hence pip cannot download it. You have to download it from SF, unpack and install.

0
On

For people hitting this question.

With this repo we fixed the installation hassles and updated OpenOpc to recent python versions.

Disclaimer: I am a contributor of that Library

OpenOpc2