Trying to install micropython-termios 0.0.0
Hi I'm trying to install micropython-termios 0.0.0 but when I use pip it spits out the following (I used Admin CMD in WINDOWS 10)
C:WINDOWSsystem32>pip install micropython-termios
Collecting micropython-termios
Using cached https://files.pythonhosted.org/packages/fd/0e/3de9bc2c848adadcd3af4b7fd67d4c483acd87a76974a00f107a589cfcc0/micropython-termios-0.0.0.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "c:program files (x86)python36-32libtokenize.py", line 452, in open
buffer = _builtin_open(filename, 'rb')
FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\Michael\AppData\Local\Temp\pip-install-56w335sf\micropython-termios\setup.py'
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in C:UsersMichaelAppDataLocalTemppip-install-56w335sfmicropython-termios
How do I (1.) get rid of this message. (2.) Install micropython-termios
python cmd pip install
add a comment |
Hi I'm trying to install micropython-termios 0.0.0 but when I use pip it spits out the following (I used Admin CMD in WINDOWS 10)
C:WINDOWSsystem32>pip install micropython-termios
Collecting micropython-termios
Using cached https://files.pythonhosted.org/packages/fd/0e/3de9bc2c848adadcd3af4b7fd67d4c483acd87a76974a00f107a589cfcc0/micropython-termios-0.0.0.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "c:program files (x86)python36-32libtokenize.py", line 452, in open
buffer = _builtin_open(filename, 'rb')
FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\Michael\AppData\Local\Temp\pip-install-56w335sf\micropython-termios\setup.py'
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in C:UsersMichaelAppDataLocalTemppip-install-56w335sfmicropython-termios
How do I (1.) get rid of this message. (2.) Install micropython-termios
python cmd pip install
add a comment |
Hi I'm trying to install micropython-termios 0.0.0 but when I use pip it spits out the following (I used Admin CMD in WINDOWS 10)
C:WINDOWSsystem32>pip install micropython-termios
Collecting micropython-termios
Using cached https://files.pythonhosted.org/packages/fd/0e/3de9bc2c848adadcd3af4b7fd67d4c483acd87a76974a00f107a589cfcc0/micropython-termios-0.0.0.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "c:program files (x86)python36-32libtokenize.py", line 452, in open
buffer = _builtin_open(filename, 'rb')
FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\Michael\AppData\Local\Temp\pip-install-56w335sf\micropython-termios\setup.py'
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in C:UsersMichaelAppDataLocalTemppip-install-56w335sfmicropython-termios
How do I (1.) get rid of this message. (2.) Install micropython-termios
python cmd pip install
Hi I'm trying to install micropython-termios 0.0.0 but when I use pip it spits out the following (I used Admin CMD in WINDOWS 10)
C:WINDOWSsystem32>pip install micropython-termios
Collecting micropython-termios
Using cached https://files.pythonhosted.org/packages/fd/0e/3de9bc2c848adadcd3af4b7fd67d4c483acd87a76974a00f107a589cfcc0/micropython-termios-0.0.0.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "c:program files (x86)python36-32libtokenize.py", line 452, in open
buffer = _builtin_open(filename, 'rb')
FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\Michael\AppData\Local\Temp\pip-install-56w335sf\micropython-termios\setup.py'
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in C:UsersMichaelAppDataLocalTemppip-install-56w335sfmicropython-termios
How do I (1.) get rid of this message. (2.) Install micropython-termios
python cmd pip install
python cmd pip install
edited Nov 23 '18 at 6:35
GNY
asked Nov 23 '18 at 6:27
GNYGNY
165
165
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
From https://pypi.org/project/micropython-termios/#description:
«This is a dummy implementation of a module for MicroPython standard library.» (Emphasized by me — phd).
The module is simply not for installation.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53441574%2ftrying-to-install-micropython-termios-0-0-0%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
From https://pypi.org/project/micropython-termios/#description:
«This is a dummy implementation of a module for MicroPython standard library.» (Emphasized by me — phd).
The module is simply not for installation.
add a comment |
From https://pypi.org/project/micropython-termios/#description:
«This is a dummy implementation of a module for MicroPython standard library.» (Emphasized by me — phd).
The module is simply not for installation.
add a comment |
From https://pypi.org/project/micropython-termios/#description:
«This is a dummy implementation of a module for MicroPython standard library.» (Emphasized by me — phd).
The module is simply not for installation.
From https://pypi.org/project/micropython-termios/#description:
«This is a dummy implementation of a module for MicroPython standard library.» (Emphasized by me — phd).
The module is simply not for installation.
answered Nov 23 '18 at 8:42
phdphd
22k52544
22k52544
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53441574%2ftrying-to-install-micropython-termios-0-0-0%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown