question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

'llvd' is not recognized as an internal or external command

See original GitHub issue

Pretty sure this is just me not knowing how to use the program. Nonetheless, here’s my issue.

I have installed the package multiple times using the latest pip

C:\Users\rrosh>pip --no-cache-dir install llvd
Requirement already satisfied: llvd in c:\users\rrosh\appdata\local\packages\pythonsoftwarefoundation.python.3.9_qbz5n2kfra8p0\localcache\local-packages\python39\site-packages (2.1.1)
Requirement already satisfied: beautifulsoup4==4.9.3 in c:\users\rrosh\appdata\local\packages\pythonsoftwarefoundation.python.3.9_qbz5n2kfra8p0\localcache\local-packages\python39\site-packages (from llvd) (4.9.3)
Requirement already satisfied: certifi==2020.12.5 in c:\users\rrosh\appdata\local\packages\pythonsoftwarefoundation.python.3.9_qbz5n2kfra8p0\localcache\local-packages\python39\site-packages (from llvd) (2020.12.5)
Requirement already satisfied: chardet==4.0.0 in c:\users\rrosh\appdata\local\packages\pythonsoftwarefoundation.python.3.9_qbz5n2kfra8p0\localcache\local-packages\python39\site-packages (from llvd) (4.0.0)
Requirement already satisfied: click==7.1.2 in c:\users\rrosh\appdata\local\packages\pythonsoftwarefoundation.python.3.9_qbz5n2kfra8p0\localcache\local-packages\python39\site-packages (from llvd) (7.1.2)
Requirement already satisfied: idna==2.10 in c:\users\rrosh\appdata\local\packages\pythonsoftwarefoundation.python.3.9_qbz5n2kfra8p0\localcache\local-packages\python39\site-packages (from llvd) (2.10)
Requirement already satisfied: requests==2.25.1 in c:\users\rrosh\appdata\local\packages\pythonsoftwarefoundation.python.3.9_qbz5n2kfra8p0\localcache\local-packages\python39\site-packages (from llvd) (2.25.1)
Requirement already satisfied: soupsieve==2.1 in c:\users\rrosh\appdata\local\packages\pythonsoftwarefoundation.python.3.9_qbz5n2kfra8p0\localcache\local-packages\python39\site-packages (from llvd) (2.1)
Requirement already satisfied: tqdm==4.55.0 in c:\users\rrosh\appdata\local\packages\pythonsoftwarefoundation.python.3.9_qbz5n2kfra8p0\localcache\local-packages\python39\site-packages (from llvd) (4.55.0)
Requirement already satisfied: urllib3==1.26.2 in c:\users\rrosh\appdata\local\packages\pythonsoftwarefoundation.python.3.9_qbz5n2kfra8p0\localcache\local-packages\python39\site-packages (from llvd) (1.26.2)
Requirement already satisfied: click_spinner==0.1.10 in c:\users\rrosh\appdata\local\packages\pythonsoftwarefoundation.python.3.9_qbz5n2kfra8p0\localcache\local-packages\python39\site-packages (from llvd) (0.1.10)
WARNING: Value for scheme.headers does not match. Please report this to <https://github.com/pypa/pip/issues/9617>
distutils: C:\Users\rrosh\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\Include\UNKNOWN
sysconfig: C:\Users\rrosh\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\Include
WARNING: Additional context:
user = True
home = None
root = None
prefix = None

However, after installation, command prompt is not recognizing llvd command. I’m getting below error.

C:\Users\rrosh>llvd --help
'llvd' is not recognized as an internal or external command,
operable program or batch file.

Can you please help me fix this? Your help is much appreciated.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
dumdamcommented, Jun 4, 2021

Make changes as stated in #49 File location : C:\Users\<username>\AppData\Roaming\Python\Python39\site-packages\llvd And try python -m llvd <flags>

This is not the correct way to do it. You have to set following in ‘PATH’ environmental variable.

C:\Users\<user>\AppData\Roaming\Python\Python39\Scripts

1reaction
dumdamcommented, May 21, 2021

Make changes as stated in #49 File location : C:\Users\<username>\AppData\Roaming\Python\Python39\site-packages\llvd And try python -m llvd <flags>

Read more comments on GitHub >

github_iconTop Results From Across the Web

llvd/README.md at master · knowbee/llvd - GitHub
When you get 'llvd' is not recognized as an internal or external command after successfully installing llvd , run python3 -m llvd <flags> ......
Read more >
llvd - Python Package Health Analysis - Snyk
When you get 'llvd' is not recognized as an internal or external command after successfully installing llvd , run python3 -m llvd <flags> ......
Read more >
Executing Love2D scripts - Stack Overflow
(It will spout an error message like 'love' is not recognized as an internal or external command, operable program or batch file. on...
Read more >
How to Fix “not recognized as an internal or external ...
The second possible reason the “not recognized as an internal or external command” occurs is that you don't have the appropriate program ......
Read more >
How to download courses from Linkedin Learning with python
Started llvd with --cookies. Folder is created. Download starts. Everything works - except the language is not correct. They are all downloaded ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found