MathNodes / meile-gui

Meile dVPN GUI for Linux, OS X, and Windows - Powered by the Sentinel Network
https://meile.app
GNU General Public License v3.0
34 stars 6 forks source link

Arch Linux Gui #41

Closed rvv2023 closed 1 year ago

rvv2023 commented 1 year ago

tried all the suggested ..various errors

kskroyal@archlinux ~]$ pip3 install meile-gui error: externally-managed-environment

× This environment is externally managed ╰─> To install Python packages system-wide, try 'pacman -S python-xyz', where xyz is the package you are trying to install.

If you wish to install a non-Arch-packaged Python package,
create a virtual environment using 'python -m venv path/to/venv'.
Then use path/to/venv/bin/python and path/to/venv/bin/pip.

If you wish to install a non-Arch packaged Python application,
it may be easiest to use 'pipx install xyz', which will manage a
virtual environment for you. Make sure you have python-pipx
installed via pacman.

note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages. hint: See PEP 668 for the detailed specification. [kskroyal@archlinux ~]$

MathNodes commented 1 year ago

I've never used Arch before, so I guess it's a little fussy about installing system wide packages.

Create a virtual environment to install pip packages like so:

python3 -m venv ~/meile-venv

Then active the virtual environment like so:

source ~/meile-venv/bin/activate

and try the pip install that way. Make sure your python3 version is not greater than 3.10 because the dependency of Kivy (the UI framework) has not been built by that team for python greater than 3.10

rvv2023 commented 1 year ago

Nice thx ..let u know

On Thursday, 13 July 2023, MathNodes @.***> wrote:

I've never used Arch before, so I guess it's a little fussy about installing system wide packages.

Create a virtual environment to install pip packages like so:

python3 -m venv ~/meile-venv

Then active the virtual environment like so:

source ~/meile-venv/bin/activate

and try the pip install that way. Make sure your python3 version is not greater than 3.10 because the dependency of Kivy (the UI framework) has not been built by that team for python greater than 3.10

— Reply to this email directly, view it on GitHub https://github.com/MathNodes/meile-gui/issues/41#issuecomment-1633560191, or unsubscribe https://github.com/notifications/unsubscribe-auth/BBHECKXTG3A36ADWHKOM5IDXP6AA7ANCNFSM6AAAAAA2HJ3UPM . You are receiving this because you authored the thread.Message ID: @.***>

freQniK commented 1 year ago

https://github.com/MathNodes/meile-gui/releases/download/v1.7.7/meile-gui-1.7.7-1-x86_64.pkg.tar.zst

rvv2023 commented 1 year ago

Thx I'll look tonight.

On Friday, 25 August 2023, freQniK @.***> wrote:

https://github.com/MathNodes/meile-gui/releases/download/ v1.7.7/meile-gui-1.7.7-1-x86_64.pkg.tar.zst

— Reply to this email directly, view it on GitHub https://github.com/MathNodes/meile-gui/issues/41#issuecomment-1692451013, or unsubscribe https://github.com/notifications/unsubscribe-auth/BBHECKQCYQ5BZ6EZH4CDRJLXW7DC7ANCNFSM6AAAAAA2HJ3UPM . You are receiving this because you authored the thread.Message ID: @.***>

rvv2023 commented 1 year ago

Wouldn't install some files it couldn't get. I'll try again in a week or so.

On Friday, 25 August 2023, Kay Veevee @.***> wrote:

Thx I'll look tonight.

On Friday, 25 August 2023, freQniK @.***> wrote:

https://github.com/MathNodes/meile-gui/releases/download/v1. 7.7/meile-gui-1.7.7-1-x86_64.pkg.tar.zst

— Reply to this email directly, view it on GitHub https://github.com/MathNodes/meile-gui/issues/41#issuecomment-1692451013, or unsubscribe https://github.com/notifications/unsubscribe-auth/BBHECKQCYQ5BZ6EZH4CDRJLXW7DC7ANCNFSM6AAAAAA2HJ3UPM . You are receiving this because you authored the thread.Message ID: @.***>