-
Notifications
You must be signed in to change notification settings - Fork 1
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
ImportError: cannot import name 'InstagramSession" #1
Comments
It's seems, you forget to checkout the submodule. Run in the instagram-uploader directory
|
I still get the error, I'll explain more. When I only run |
Checkout the complete repository with
It should run without errors. I tested it yesterday. |
Here is my output:
|
Ok, the submodule url points to an alias, that can't be resolved. I have uploaded the correction. Retry it. |
The commands gave no errors which is good. I ran
|
Which version of python-requests do you use? I'm running the uploader on Debian/stretch with python-requests v2.11.1-1. |
Same as you, v2.11.1-1. |
When I run 'instagram-uploader.py' I receive an error:
Traceback (most recent call last): File "instagram-uploader.py", line 27, in <module> from instagram import InstagramSession ImportError: cannot import name 'InstagramSession'
The text was updated successfully, but these errors were encountered: