Skip to content
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

ModuleNotFoundError: No module named 'microrepl' #12

Open
hickford opened this issue Mar 2, 2017 · 2 comments
Open

ModuleNotFoundError: No module named 'microrepl' #12

hickford opened this issue Mar 2, 2017 · 2 comments

Comments

@hickford
Copy link

hickford commented Mar 2, 2017

Hi. I just installed microrepl pip install microrepl but when I try to run the microrepl command I get an error

ModuleNotFoundError: No module named 'microrepl'

Any ideas?

@hickford
Copy link
Author

hickford commented Mar 2, 2017

If it helps, here's a log

>pip install microrepl
Collecting microrepl
  Using cached microrepl-0.5.tar.gz
Requirement already satisfied: pyserial in c:\python36\lib\site-packages (from microrepl)
Building wheels for collected packages: microrepl
  Running setup.py bdist_wheel for microrepl ... done
  Stored in directory: C:\Users\hats\AppData\Local\pip\Cache\wheels\da\75\6e\a8fb412310960faa2fe77ce5687e6c313c8773ccd01910d1c1
Successfully built microrepl
Installing collected packages: microrepl
Successfully installed microrepl-0.5

>microrepl
Traceback (most recent call last):
  File "c:\python36\lib\runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "c:\python36\lib\runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "C:\Python36\Scripts\microrepl.exe\__main__.py", line 5, in <module>
ModuleNotFoundError: No module named 'microrepl'

Using Python 3.6 on Windows

C:\Users\hats>python
Python 3.6.0 (v3.6.0:41df79263a11, Dec 23 2016, 08:06:12) [MSC v.1900 64 bit (AMD64)] on win32

@amoibos
Copy link

amoibos commented Feb 12, 2018

Pip installation is broken, download, unpack and install("python setup.py install") manually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants