Giter Site home page Giter Site logo

Comments (8)

Sispheor avatar Sispheor commented on May 18, 2024

Hi, what is your env? OS? Openssl version? python-openssl version?
Thx

from kalliope.

Sispheor avatar Sispheor commented on May 18, 2024

Just tested on a fresh install of Kalliope on Ubuntu 16.04. No problem for me.

from kalliope.

ShuP1 avatar ShuP1 commented on May 18, 2024

OS: Raspberry pi 2 (Linux 4.4.38-v7+ armv7l GNU/Linux)
Python: 2.7.9-1
OpenSSL: 1.0.1t-1+deb8u5
pyton-openssl: 0.13.1-2

brain:

- name: "wikipedia"
    signals:
      - order: "regarde sur Wikipédia {{ query }}"
    neurons:
      - wikipedia_searcher:
          language: "fr"
          args:
            - query
          file_template: /home/sheychen/.kalliope/template/wikipedia.j2

template:

{% if returncode == "DisambiguationError" %}
    La recherche correspond aux pages suivantes.
    {% if may_refer is not none %}
        {% for page in may_refer %}
            {{ page }}
        {% endfor %}
    {% endif %}
{% elif returncode == "PageError" %}
    Je n'ai rien trouvée sur le sujet.
{% else %}
    {{ summary }}
{% endif %}

from kalliope.

Sispheor avatar Sispheor commented on May 18, 2024

You are on Raspbian?

from kalliope.

ShuP1 avatar ShuP1 commented on May 18, 2024

Yes. 2016-11-25-raspbian-jessie-lite.img

from kalliope.

Sispheor avatar Sispheor commented on May 18, 2024

Can you try to remove the package python-openssl? And then install via pip

sudo pip install pyopenssl

from kalliope.

ShuP1 avatar ShuP1 commented on May 18, 2024

Thank you. It works.

from kalliope.

Sispheor avatar Sispheor commented on May 18, 2024

you're welcome

from kalliope.

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.