Giter VIP home page Giter VIP logo

Comments (4)

SamuelDudley avatar SamuelDudley commented on May 23, 2024

Hi, it looks like you don't have the all the requirements installed on your machine and it's crashing out looking for
autobahn[twisted].

Depending on your python install you may or may not need sudo for the following:

sudo pip install autobahn[twisted]

Let me know if that fixes it.

from mavcesium.

awdrone avatar awdrone commented on May 23, 2024

zero@zero:~$ dpkg -s python-autobahn
Package: python-autobahn
Status: install ok installed
Priority: optional
Section: python
Installed-Size: 885
Maintainer: Ubuntu Developers [email protected]
Architecture: all
Version: 0.10.3+dfsg1-5
Depends: python-concurrent.futures (>= 2.1.5), python-lz4 (>= 0.2.1), python-msgpack (>= 0.4.0), python-six (>= 1.6.1), python-snappy (>= 0.5), python-trollius (>= 0.1.2), python-twisted (>= 11.1), python-txaio (>= 1.0.0), python-zope.interface (>= 3.6), python:any (<< 2.8), python:any (>= 2.7.5-5~)
Description: WebSocket client and server library, WAMP framework - Python 2.x
Autobahn|Python is a networking library that is part of the Autobahn project
and provides implementations of:

  • The WebSocket Protocol
  • The Web Application Messaging Protocol (WAMP)
    for Twisted and asyncio, on Python 2 & 3 and for writing servers and clients.
    .
    WebSocket allows bidirectional real-time messaging on the Web and WAMP adds
    asynchronous Remote Procedure Calls and Publish & Subscribe on top of
    WebSocket.
    .
    This package contains the Python 2.x module.
    Original-Maintainer: PKG OpenStack [email protected]
    Homepage: http://autobahn.ws/python
    '

from mavcesium.

SamuelDudley avatar SamuelDudley commented on May 23, 2024

Just to confirm how did you install autobahn? It looks like you have used apt-get... I have only used pip to install as per my last comment. If you have not used pip are you able to give that a try?

sudo pip install autobahn[twisted]

from mavcesium.

SamuelDudley avatar SamuelDudley commented on May 23, 2024

Closing this issue as the dependencies have been identified in #2 and fixed.

from mavcesium.

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.