Cannot import name Arlo
See original GitHub issuePlease answer these questions before submitting your issue. Thanks!
What version of Python are you using (python -V
)?
Python 2.7.13
What operating system and processor architecture are you using (python -c 'import platform; print(platform.uname());'
)?
Which Python packages do you have installed (run the pip freeze
or pip3 freeze
command and paste output)?
('Linux', 'raspberrypi', '4.14.98-v7+', '#1200 SMP Tue Feb 12 20:27:48 GMT 2019', 'armv7l', '')
arlo==1.2.21
automationhat==0.1.0
blinker==1.3
blinkt==0.1.2
buttonshim==0.0.2
Cap1xxx==0.1.3
certifi==2019.3.9
chardet==3.0.4
click==6.6
colorama==0.3.7
colorzero==1.1
cryptography==1.7.1
drumhat==0.1.0
enum34==1.1.6
envirophat==1.0.0
ExplorerHAT==0.4.2
Flask==0.12.1
fourletterphat==0.1.0
gpiozero==1.5.0
gyp==0.1
idna==2.8
ipaddress==1.0.17
itsdangerous==0.24
Jinja2==2.8
keyring==10.1
keyrings.alt==1.3
MarkupSafe==0.23
mcpi==0.1.1
microdotphat==0.2.1
monotonic==1.5
mote==0.0.4
motephat==0.0.2
numpy==1.12.1
oauthlib==2.0.1
pantilthat==0.0.7
phatbeat==0.1.1
pianohat==0.1.0
picamera==1.13
picraft==1.0
piglow==1.2.4
pigpio==1.38
Pillow==4.0.0
pyasn1==0.1.9
pycrypto==2.6.1
pygame==1.9.3
pygobject==3.22.0
pyinotify==0.9.6
PyJWT==1.4.2
pyOpenSSL==16.2.0
pyserial==3.2.1
PySocks==1.6.8
pyxdg==0.25
rainbowhat==0.1.0
requests==2.21.0
requests-oauthlib==0.7.0
RPi.GPIO==0.6.5
RTIMULib==7.2.1
scrollphat==0.0.7
scrollphathd==1.2.1
SecretStorage==2.3.1
sense-emu==1.1
sense-hat==2.2.0
simplejson==3.10.0
six==1.12.0
skywriter==0.0.7
sn3218==1.2.7
spidev==3.3
sseclient==0.0.24
touchphat==0.0.1
twython==3.4.0
unicornhathd==0.0.4
urllib3==1.24.3
Werkzeug==0.11.15
Which Arlo hardware do you have (camera types - [Arlo, Pro, Q, etc.], basestation model, etc.)?
Arlo 1, BS VMB4000
What did you do?
If possible, provide the steps you took to reproduce the issue. A complete runnable program is good. (don’t include your user/password or any sensitive info)
I try to perform steps with Homebridge, with this https://github.com/devarshi/homebridge-camera-ffmpeg repo, and I have the error on arlo.py
on line 4
I know this is your role to fix @devrashi work, but can you help ? 😃
What did you expect to see?
No errors.
What did you see instead?
File "/usr/local/lib/node_modules/homebridge-camera-ffmpeg/arlo.py", line 4, in <module>
from arlo import arlo
File "/usr/local/lib/node_modules/homebridge-camera-ffmpeg/arlo.py", line 4, in <module>
from Arlo import Arlo
ImportError: cannot import name Arlo
I tried to rename booth Arlo
to arlo
but the same error remain.
Does this issue reproduce with the latest release?
Yes.
Issue Analytics
- State:
- Created 4 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
Getting "Cannot Import name ..." name error tying to setup Arlo ...
I'm getting the following error trying to setup my Arlo video doorbell. [140463788791312] The system cannot restart because the configuration is not…
Read more >Arlo: replacement pyarlo module - Third party integrations
I tried to go back to my account without 2FA, but for some reason I cannot login to that Arlo account via the...
Read more >Solved: Internal error while naming camera - Arlo Community
I'm able to sync the camera but when I try to name it I get an "internal error" and can't contine. I've tried...
Read more >Import certifications - Arlo Training & Event Software
Arlo allows you to import certifications from a spreadsheet using the certification importer tool. The tool can be used for a one-off...
Read more >ImportError: cannot import name (unknown location)
You're running your test.py script in the parent directory of your my_package directory. As a result, test.py will try and import the ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
thanks.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.