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

Glances installation not work on windows #2708

Closed
gilvaju opened this issue Mar 27, 2024 · 5 comments
Closed

Glances installation not work on windows #2708

gilvaju opened this issue Mar 27, 2024 · 5 comments

Comments

@gilvaju
Copy link

gilvaju commented Mar 27, 2024

Describe the bug
Glances installation not work

To Reproduce
Steps to reproduce the behavior:

  1. Install python 3.12
  2. Install glances [all]
  3. After install process, glances show in pip list but is not possible run Glances from powershell, the error is: "Cmd dont find"

Expected behavior
Open Glances via terminal.

Environement (please complete the following information)

  • Windows 11
  • .
  • pip install glances[all]
To be completed with result of: glances --issue

image

@nicolargo
Copy link
Owner

Hi @gilvaju

Do not know where Glances is installed when --user option is not used for the pip command line...

Try to install Glances with:

pip install --user glances[all]

@gilvaju
Copy link
Author

gilvaju commented Mar 30, 2024

Hi, dont work:

image

@Tomasz-Marciniak
Copy link

Tomasz-Marciniak commented Apr 11, 2024

Did you add the directory with the glances to PATH variable?

This should be added to PATH env var:
C:\Users[your-user-name]\AppData\Roaming\Python\Python312\Scripts

@gilvaju
Copy link
Author

gilvaju commented Apr 12, 2024

C:\Users[your-user-name]\AppData\Roaming\Python\Python312\Scripts

Hi, worked, thank you so much, but the folder link is other:

C:\Users\Gilvaju\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\Scripts

But now Glances doesnt work:

image

@nicolargo
Copy link
Owner

Duplicated: related to #2689 (comment)

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

No branches or pull requests

3 participants