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

Unable to install mbed on Debain 10 #989

Open
nhkrishna opened this issue Jan 24, 2021 · 1 comment
Open

Unable to install mbed on Debain 10 #989

nhkrishna opened this issue Jan 24, 2021 · 1 comment

Comments

@nhkrishna
Copy link

I have followed below steps to install mbed on my Debian Linux Machine by taking this page(https://os.mbed.com/docs/mbed-os/v6.6/build-tools/install-and-set-up.html) as a reference.

After running "pip install mbed-cli" i'm getting below output:
Requirement already satisfied: mbed-cli in ./python2.7/site-packages (1.10.5)
Requirement already satisfied: pyserial<4.0,>=3.0 in ./python2.7/site-packages (from mbed-cli) (3.5)
Requirement already satisfied: mbed-os-tools>=0.0.9 in ./python2.7/site-packages (from mbed-cli) (1.8.3)
Requirement already satisfied: appdirs<2.0,>=1.4 in ./python2.7/site-packages (from mbed-os-tools>=0.0.9->mbed-cli) (1.4.4)
Requirement already satisfied: beautifulsoup4 in ./python2.7/site-packages (from mbed-os-tools>=0.0.9->mbed-cli) (4.9.3)
Requirement already satisfied: requests<3.0,>=2.0 in ./python2.7/site-packages (from mbed-os-tools>=0.0.9->mbed-cli) (2.25.1)
Requirement already satisfied: lockfile in ./python2.7/site-packages (from mbed-os-tools>=0.0.9->mbed-cli) (0.12.2)
Requirement already satisfied: six<2.0,>=1.0 in /usr/lib/python2.7/dist-packages (from mbed-os-tools>=0.0.9->mbed-cli) (1.12.0)
Requirement already satisfied: intelhex<3.0,>=2.0 in ./python2.7/site-packages (from mbed-os-tools>=0.0.9->mbed-cli) (2.3.0)
Requirement already satisfied: fasteners in ./python2.7/site-packages (from mbed-os-tools>=0.0.9->mbed-cli) (0.16)
Requirement already satisfied: future in ./python2.7/site-packages (from mbed-os-tools>=0.0.9->mbed-cli) (0.18.2)
Requirement already satisfied: PrettyTable<=1.0.1 in ./python2.7/site-packages (from mbed-os-tools>=0.0.9->mbed-cli) (1.0.1)
Requirement already satisfied: junit-xml<2.0,>=1.0 in ./python2.7/site-packages (from mbed-os-tools>=0.0.9->mbed-cli) (1.9)
Requirement already satisfied: colorama<0.5,>=0.3 in /usr/lib/python2.7/dist-packages (from mbed-os-tools>=0.0.9->mbed-cli) (0.3.7)
Requirement already satisfied: soupsieve<2.0,>1.2; python_version < "3.0" in ./python2.7/site-packages (from beautifulsoup4->mbed-os-tools>=0.0.9->mbed-cli) (1.9.6)
Requirement already satisfied: idna<3,>=2.5 in ./python2.7/site-packages (from requests<3.0,>=2.0->mbed-os-tools>=0.0.9->mbed-cli) (2.10)
Requirement already satisfied: urllib3<1.27,>=1.21.1 in ./python2.7/site-packages (from requests<3.0,>=2.0->mbed-os-tools>=0.0.9->mbed-cli) (1.26.2)
Requirement already satisfied: certifi>=2017.4.17 in ./python2.7/site-packages (from requests<3.0,>=2.0->mbed-os-tools>=0.0.9->mbed-cli) (2020.12.5)
Requirement already satisfied: chardet<5,>=3.0.2 in ./python2.7/site-packages (from requests<3.0,>=2.0->mbed-os-tools>=0.0.9->mbed-cli) (4.0.0)
Requirement already satisfied: monotonic>=0.1; python_version < "3.4" in ./python2.7/site-packages (from fasteners->mbed-os-tools>=0.0.9->mbed-cli) (1.5)
Requirement already satisfied: setuptools in /usr/lib/python2.7/dist-packages (from PrettyTable<=1.0.1->mbed-os-tools>=0.0.9->mbed-cli) (40.8.0)
Requirement already satisfied: wcwidth in ./python2.7/site-packages (from PrettyTable<=1.0.1->mbed-os-tools>=0.0.9->mbed-cli) (0.2.5)
Requirement already satisfied: backports.functools-lru-cache; python_version < "3" in ./python2.7/site-packages (from soupsieve<2.0,>1.2; python_version < "3.0"->beautifulsoup4->mbed-os-tools>=0.0.9->mbed-cli) (1.6.1)

Afther this i run "mbed --version" then it was showing mbed command not found.

Can anyone help me in resolving this issue.

@0xc0170
Copy link
Contributor

0xc0170 commented Jan 26, 2021

I can't sport any error. I would recommend updating the python to 3.8 at least. and try to install it in the virtual env, to see what changes there.

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