ImportError: No module named 'helpers'

See original GitHub issue

Is fixed by the Python 3 support pull request

Which, pending it being merged into master, you can install with

pip install git+git://github.com/dianakhuang/pytumblr.git@diana/python-3-support

Hopefully this will save someone 5 minutes

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Reactions:21
  • Comments:10 (1 by maintainers)

github_iconTop GitHub Comments

5reactions
romssoncommented, Jun 23, 2016

Alternatively pip install https://github.com/dianakhuang/pytumblr/archive/diana/python-3-support.zip

1reaction
jerusalemprogrammercommented, Jun 1, 2017

None of these suggested solutions worked for me.

I am using Python 3.60 and get the following error when I try to run the code below in virtual environment:

File “d:\development_python360\venv_tumblr\lib\site-packages\pytumblr_init_.py”, line 1, in <module> from helpers import validate_params, validate_blogname

ModuleNotFoundError: No module named ‘helpers’

import pytumblr

client = pytumblr.TumblrRestClient( "<consumer_key>", "<consumer_secret>", "<oauth_token>", "<oauth_secret>", )

client.info() # Grabs the current user information

Read more comments on GitHub >

github_iconTop Results From Across the Web

No module named helpers - python - Stack Overflow
I trying to import helpers when I run this tutorial . However, this reported a error: ImportError: No module named helpers.
Read more >
[Fix] ImportError No module named helper.encoding - SickRage
Fixing this error is as simple as checking for updates and updating SickRage. Since SickRage does not start after the Python import error,...
Read more >
Resolve "ImportError: No module named" in AWS Glue
When I try to import extra modules or packages using the AWS Glue Python shell, I get an "ImportError: No module named" response....
Read more >
How to Fix ModuleNotFoundError and ImportError
How to fix ModuleNotFoundError and ImportError? · first make sure you are using absolute imports · export the project's root directory to ...
Read more >
Unit test runner fails with ImportError: No module named ...
"C:\Program Files (x86)\Plex\Plex Media Server\python.exe" "C:\Program Files\JetBrains\PyCharm Community Edition 2017.1.2\helpers\pycharm\_jb_unittest_runner.py ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found