Giter Club home page Giter Club logo

Comments (10)

tacleur avatar tacleur commented on May 26, 2024 1

I found the problem.
I erased all my raspberry and now it's works with pip3.

from gopro-py-api.

KonradIT avatar KonradIT commented on May 26, 2024

Library works with Python 3.6 and above.

from gopro-py-api.

tacleur avatar tacleur commented on May 26, 2024

Hello everyone,

I worked for 4 months for make video and photo capture with your API but the problem is that python don't recognize goprocam. My error message :

`Python 3.7.2 (default, Jan 17 2019, 14:20:11)
[GCC 6.3.0 20170516] on linux
Type "help", "copyright", "credits" or "license" for more information.

from goprocam import GoProCamera, constants
Traceback (most recent call last):
File "", line 1, in
ModuleNotFoundError: No module named 'goprocam'

`
Can someone help me ?

Thanks a lot !

from gopro-py-api.

KonradIT avatar KonradIT commented on May 26, 2024

You don't have goprocam installed.

from gopro-py-api.

tacleur avatar tacleur commented on May 26, 2024

Hi,

Thanks for your answer.
I had installed several times your API but i have this message.
I had follow your install procedure and the terminal said sucessful.
(I'm working on Linux Raspberry pi).

Thanks for your help.

from gopro-py-api.

KonradIT avatar KonradIT commented on May 26, 2024

Even pip install goprocam?

from gopro-py-api.

tacleur avatar tacleur commented on May 26, 2024

Even pip install goprocam?

yes.
I'll do it again :

`pi@pi:~ $ sudo pip install goprocam
Requirement already satisfied: goprocam in /usr/local/lib/python2.7/dist-packages/goprocam-3.0.1-py2.7.egg
pi@pi:~ $ pip install goprocam
Collecting goprocam
Installing collected packages: goprocam
Successfully installed goprocam-3.0.3
pi@pi:~ $ from goprocam import GoProCamera, constants
from: can't read /var/mail/goprocam
pi@pi:~ $ python3
Python 3.7.2 (default, Jan 17 2019, 14:20:11)
[GCC 6.3.0 20170516] on linux
Type "help", "copyright", "credits" or "license" for more information.

from goprocam import GoProCamera, constants
Traceback (most recent call last):
File "", line 1, in
ModuleNotFoundError: No module named 'goprocam'

`thanks for your help

from gopro-py-api.

gbaweja avatar gbaweja commented on May 26, 2024

from gopro-py-api.

tacleur avatar tacleur commented on May 26, 2024

hi,
thanks for your answer.

Unfortunately, it don't works. impossible ton install with pip3 :

pi@pi:~ $ sudo pip3 install goprocam pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Collecting goprocam Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.",)': /simple/goprocam/ Could not fetch URL https://pypi.org/simple/goprocam/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/goprocam/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.",)) - skipping Could not fetch URL https://www.piwheels.org/simple/goprocam/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='www.piwheels.org', port=443): Max retries exceeded with url: /simple/goprocam/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.",)) - skipping Could not find a version that satisfies the requirement goprocam (from versions: ) No matching distribution found for goprocam pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. Could not fetch URL https://pypi.org/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pip/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.",)) - skipping Could not fetch URL https://www.piwheels.org/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='www.piwheels.org', port=443): Max retries exceeded with url: /simple/pip/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.",)) - skipping

How pass this problem?

Thansk for your help;

from gopro-py-api.

KonradIT avatar KonradIT commented on May 26, 2024

Seems like the SSL is badly configured.

from gopro-py-api.

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.