Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

import goprocam error #58

Closed
gbaweja opened this issue Sep 13, 2018 · 10 comments
Closed

import goprocam error #58

gbaweja opened this issue Sep 13, 2018 · 10 comments

Comments

@gbaweja
Copy link

gbaweja commented Sep 13, 2018

ImportError: No Module named request

Can you please help with this error. I do not understand what is wrong.

I also did: pip install request, but that didn't solve the problem.

@KonradIT
Copy link
Owner

Library works with Python 3.6 and above.

@tacleur
Copy link

tacleur commented Jan 17, 2019

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 !

@KonradIT
Copy link
Owner

You don't have goprocam installed.

@tacleur
Copy link

tacleur commented Jan 18, 2019

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.

@KonradIT
Copy link
Owner

Even pip install goprocam?

@tacleur
Copy link

tacleur commented Jan 18, 2019

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

@gbaweja
Copy link
Author

gbaweja commented Jan 18, 2019 via email

@tacleur
Copy link

tacleur commented Jan 22, 2019

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;

@KonradIT
Copy link
Owner

Seems like the SSL is badly configured.

@tacleur
Copy link

tacleur commented Jan 27, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants