FreeOpcUa / opcua-modeler

GUI to create OPC UA models and export them as XML
GNU General Public License v3.0
243 stars 89 forks source link

opcua-modeler: command not found #49

Open aleks-f opened 7 years ago

aleks-f commented 7 years ago

Trying to instal and run opcua-modeler:

$ pip3 install opcua-modeler
...
Successfully installed freeopcua lxml-3.5.0 opcua-modeler opcua-widgets python-dateutil pytz six-1.10.0
$ opcua-modeler
opcua-modeler: command not found

Where am I going wrong?

zerox1212 commented 7 years ago

Could be that you have Python 2 and Python 3 installed, so it's trying to run the command with py2. However I'm not the best with Linux.

zerox1212 commented 7 years ago

Worst case just follow the development instructions. They will for sure work.