Giter VIP home page Giter VIP logo

Comments (7)

bluet avatar bluet commented on July 26, 2024

Same problem here

from opcua-client-gui.

oroulet avatar oroulet commented on July 26, 2024

how did you install modeller? I see the name is wrong.. it should be read_attributes

from opcua-client-gui.

oroulet avatar oroulet commented on July 26, 2024

I pushed a fix to opcua-modeller master jus tnow

from opcua-client-gui.

oroulet avatar oroulet commented on July 26, 2024

ops sorry. this was an issue with ua client gui. how did you instrall? The ua client gui should work if you use master for asyncua (clone from github) I need to do a realease very soon

from opcua-client-gui.

CuriousCrook avatar CuriousCrook commented on July 26, 2024

Hello @oroulet,

same problem here.
This is the way I installed it:

  • I cloned opcua-asyncio and opcua-client-gui. (both master)
  • I installed both using pip.
  • I have fixed the error described in issue #62 .
  • I tried to start the application using a small main programm:
from uaclient import mainwindow

if __name__ == '__main__':
    mainwindow.main()

With kind regards
CC

from opcua-client-gui.

kharmabum avatar kharmabum commented on July 26, 2024

I was able to resolve this issue with the following steps:

Replace the contents of setup.py with the following :

from setuptools import setup, find_packages

setup(name="opcua-client",
      version="0.8.0",
      description="OPC-UA Client GUI",
      author="Olivier R-D",
      url='https://github.com/FreeOpcUa/opcua-client-gui',
      packages=find_packages(),
      license="GNU General Public License",
      install_requires=[
        "asyncua @ git+https://github.com/FreeOpcUa/opcua-asyncio@02525a632e2e14d700ab2d5ec4a18596406640c4", 
        "opcua-widgets @ git+https://github.com/FreeOpcUa/opcua-widgets@efdbb7ef3e9502b1fc3738ab19f1689b2b7d2fa1", 
        "PyQt5"],
      entry_points={'console_scripts':
                    ['opcua-client = uaclient.mainwindow:main']
                    }
      )

Then run the following from the project root:

pip uninstall opcua-widgets
pip uninstall asyncua
pip install .

from opcua-client-gui.

oroulet avatar oroulet commented on July 26, 2024

thank you for the report. There has been an issue in releae script. Everything should work now. Version should be 0,.8.2 on pip now

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.