You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/.virtualenvs/project-name/lib/python3.5/site-packages/aiohttp/protocol.py", line 5, in
import http.server
ImportError: No module named 'http.server'
when I run the tests in console using py.test everything is fine, but running the tests in Pycharm results in this error. what is the problem?
also when I try importing in solo python file or in ipython, it imports without problem
The text was updated successfully, but these errors were encountered:
File "/.virtualenvs/project-name/lib/python3.5/site-packages/aiohttp/protocol.py", line 5, in
import http.server
ImportError: No module named 'http.server'
when I run the tests in console using py.test everything is fine, but running the tests in Pycharm results in this error. what is the problem?
also when I try importing in solo python file or in ipython, it imports without problem
The text was updated successfully, but these errors were encountered: