Giter VIP home page Giter VIP logo

Comments (8)

oroulet avatar oroulet commented on August 30, 2024 1

seems to be a code with python3.6 syntax. you need to replace the f"" string with the "".format stuff

from opcua-client-gui.

zerox1212 avatar zerox1212 commented on August 30, 2024

I would make sure your Pi has the latest version of python and you are actually running it in Python 3. If I remember right the Pi out of the box comes with a really old version of python.

from opcua-client-gui.

JacksonJoy avatar JacksonJoy commented on August 30, 2024

Hi anyone found the solution for this problem. I am also facing the same issue. Coudl anyone please help
pi@raspberrypi:~ $ opcua-client
pyqtgraph or numpy are not installed, use of graph feature disabled
Traceback (most recent call last):
File "/usr/local/bin/opcua-client", line 7, in
from uaclient.mainwindow import main
File "/usr/local/lib/python3.5/dist-packages/uaclient/mainwindow.py", line 23, in
from uawidgets.attrs_widget import AttrsWidget
File "/home/pi/.local/lib/python3.5/site-packages/uawidgets/attrs_widget.py", line 11, in
from uawidgets.get_node_dialog import GetNodeButton
File "/home/pi/.local/lib/python3.5/site-packages/uawidgets/get_node_dialog.py", line 7, in
from uawidgets.tree_widget import TreeWidget
File "/home/pi/.local/lib/python3.5/site-packages/uawidgets/tree_widget.py", line 62
raise ValueError(f"Node {node} not found in tree")
^
SyntaxError: invalid syntax

from opcua-client-gui.

joesan avatar joesan commented on August 30, 2024

I'm facing the same issue! Is there a fix for this?

Joes-MacBook-Pro:bin joesan$ python opcua-client
No handlers could be found for logger "opcua.client.client"
Traceback (most recent call last):
  File "opcua-client", line 6, in <module>
    from uaclient.mainwindow import main
  File "/usr/local/lib/python2.7/site-packages/uaclient/mainwindow.py", line 17, in <module>
    from uaclient.uaclient import UaClient
ImportError: No module named uaclient
Joes-MacBook-Pro:bin joesan$

from opcua-client-gui.

joesan avatar joesan commented on August 30, 2024

I managed to get this running using pip3:

pip3 install opcua-client

and then:

python3 opcua-client

from opcua-client-gui.

oroulet avatar oroulet commented on August 30, 2024

That issue is completely different. Read the trace. This is an installation error from user @joesan

from opcua-client-gui.

shraddha291996 avatar shraddha291996 commented on August 30, 2024

Hello,
While installing OPCUA connector kafka I am getting this error I have attached. I tried searching on google but could not find anything to solve the error. Could anyone please help :) Thanks in advance.
Capture

from opcua-client-gui.

zerox1212 avatar zerox1212 commented on August 30, 2024

@shraddha291996 Make a new issue. This issue has nothing to do with kafka. Also don't double post your problem in multiple issues. This is just going to annoy the people that might help you and the owner of the repo should probably delete your question.

from opcua-client-gui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.