question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Python 3.6.4, httpie-0.9.9: ModuleNotFoundError: No module named 'httpie'

See original GitHub issue

Steps to reproduce:

$ python3 -m venv httpie-test
$ $WORKON_HOME/httpie-test/bin/activate
(httpie-test) $ pip install httpie
(httpie-test) $ http
Traceback (most recent call last):
  File "<redacted>/httpie-test/bin/http", line 7, in <module>
    from httpie.__main__ import main
ModuleNotFoundError: No module named 'httpie'

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
sigmavirus24commented, Feb 12, 2018

Congrats on the newborn @brianbruggeman 😃 🎉

0reactions
brianbruggemancommented, Feb 11, 2018

Sorry for the delay; I ended up with a newborn. At this point, I’m probably not going to get back to it until March at the earliest. I’ll close it for now and reopen if I still have problems.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Python 3.6.4, httpie-0.9.9: ModuleNotFoundError: No ... - GitHub
Steps to reproduce: $ python3 -m venv httpie-test ... Python 3.6.4, httpie-0.9.9: ModuleNotFoundError: No module named 'httpie' #646.
Read more >
Installation - HTTPie 3.2.1 (latest) docs
It is a work-in-progress of a future stable release so the experience might be not as smooth. You can install it on Linux,...
Read more >
httpie - PyPI
HTTPie (pronounced aitch-tee-tee-pie) is a command-line HTTP client. Its goal is to make CLI interaction with web services as human-friendly as possible.
Read more >
ModuleNotFoundError: No module named 'wordcloud'
Open Anaconda terminal and use one of these following commands: conda install -c conda-forge wordcloud conda install -c ...
Read more >
ModuleNotFoundError: No module named 'CommandNotFound'
My OS is Ubuntu 18.04.3, and I'm NOT using system Python 3.7.3 installed from the repository. I actually manually installed my own Python...
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