-
-
Notifications
You must be signed in to change notification settings - Fork 211
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
Comments
Library works with Python 3.6 and above. |
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)
` Thanks a lot ! |
You don't have goprocam installed. |
Hi, Thanks for your answer. Thanks for your help. |
Even pip install goprocam? |
yes. `pi@pi:~ $ sudo pip install goprocam
`thanks for your help |
you need to do..
sudo pip3 install goprocam
…On Fri, Jan 18, 2019 at 2:38 PM tacleur ***@***.***> wrote:
Even pip install goprocam?
yes.
I'll do it again :
***@***.***:~ $ sudo pip install goprocam
Requirement already satisfied: goprocam in
/usr/local/lib/python2.7/dist-packages/goprocam-3.0.1-py2.7.egg
***@***.***:~ $ pip install goprocam
Collecting goprocam
Installing collected packages: goprocam
Successfully installed goprocam-3.0.3
***@***.***:~ $ from goprocam import GoProCamera, constants
from: can't read /var/mail/goprocam
***@***.***:~ $ 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
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#58 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AZiC_ZW6QuCUENsfkWBwLTklniFl1im7ks5vEiKygaJpZM4WoK1p>
.
|
hi, Unfortunately, it don't works. impossible ton install with pip3 :
How pass this problem? Thansk for your help; |
Seems like the SSL is badly configured. |
I found the problem. |
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.
The text was updated successfully, but these errors were encountered: