Python 3.6.4, httpie-0.9.9: ModuleNotFoundError: No module named 'httpie'
See original GitHub issueSteps 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:
- Created 6 years ago
- Comments:5
Top 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 >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
Congrats on the newborn @brianbruggeman 😃 🎉
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.