v2rayL
v2rayL copied to clipboard
有朋友在ubuntu20运行成功吗
我在20上安装失败了,问题出在打包那一步
我在20上安装失败了,问题出在打包那一步
我也是打包出问题了,依赖麻烦了
$ Traceback (most recent call last):
File "utils.py", line 74, in qt_message_handler
ValueError: not enough values to unpack (expected 2, got 1)
失败中……
这是我的流程,ubuntu 20.04 LTS pip3需要自己装 1.运行git clone https://github.com/jiangxufeng/v2rayL.git 2.安装pillow依赖 sudo apt-get install libjpeg-dev zlib1g-dev 3.进入项目文件夹,然后运行pip3 install -r requirements.txt 4.pyinstaller未找到命令,重启刷新环境变量 reboot 运行cd v2rayL-GUI && pyinstaller -F v2rayLui.py -p config.py -p sub2conf_api.py -p v2rayL_api.py -p v2rayL_threads.py -p utils.py -i images/logo.ico -n v2rayLui 5.安装程序 bash <(curl -s -L http://dl.thinker.ink/install.sh) 6.打包后运行mv dist/v2rayLui /usr/bin/v2rayL/v2rayLui 替换安装时下载的程序
感谢感谢,我试一下嘞
发自我的小米手机 在 slumom [email protected],2020年7月9日 13:28写道:
这是我的流程,ubuntu 20.04 LTS pip3需要自己装 1.运行git clone https://github.com/jiangxufeng/v2rayL.git 2.安装pillow依赖 sudo apt-get install libjpeg-dev zlib1g-dev 3.进入项目文件夹,然后运行pip3 install -r requirements.txt 4.pyinstaller未找到命令,重启刷新环境变量 reboot 运行cd v2rayL-GUI && pyinstaller -F v2rayLui.py -p config.py -p sub2conf_api.py -p v2rayL_api.py -p v2rayL_threads.py -p utils.py -i images/logo.ico -n v2rayLui 5.安装程序 bash <(curl -s -L http://dl.thinker.ink/install.sh) 6.打包后运行mv dist/v2rayLui /usr/bin/v2rayL/v2rayLui 替换安装时下载的程序
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/jiangxufeng/v2rayL/issues/190#issuecomment-655909240, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AE7NESSTWZGHXRZQB3K7XILR2VIN7ANCNFSM4N6C5UHA.
我是安装成功了,但是运行不了,点击运行没反应
1.运行git clone https://github.com/jiangxufeng/v2rayL.git 2.安装pillow依赖 sudo apt-get install libjpeg-dev zlib1g-dev 3.进入项目文件夹,然后运行pip3 install -r requirements.txt 4.pyinstaller未找到命令,重启刷新环境变量 reboot 运行cd v2rayL-GUI && pyinstaller -F v2rayLui.py -p config.py -p sub2conf_api.py -p v2rayL_api.py -p v2rayL_threads.py -p utils.py -i images/logo.ico -n v2rayLui 5.安装程序 bash <(curl -s -L http://dl.thinker.ink/install.sh) 6.打包后运行mv dist/v2rayLui /usr/bin/v2rayL/v2rayLui 替换安装时下载的程序
感谢,我也安装了,不过打包失败的同学,注意要用python3.6 ,建议去装个conda 切。
大家可以试一下直接用 deb 包来安装。
deb 包安装方式,见首页。