Something is wrong with your installed virtualenv version: 15.1.0

11-07 19:40:54 E/CollectingTestListener: Early failure resulting in no testRunStart. Results might be inconsistent:

com.android.tradefed.targetprep.TargetSetupError: Something is wrong with your installed virtualenv version: 15.1.0

sudo apt-get remove virtualenv

sudo apt install python-pip

pip install virtualenv

sudo pip uninstall virtualenv

pip install virtualenv

pip install virtualenvwrapper

配置环境变量

export WORKON_HOME=$HOME/.virtualenvs

export VIRTUALENVWRAPPER_PYTHON=/usr/bin/python3

export VIRTUALENVWRAPPER_VIRTUALENV=~/.local/bin/virtualenv

source ~/.local/bin/virtualenvwrapper.sh

相关推荐
2501_91510632几秒前
iOS 抓包工具实战实践指南,围绕代理抓包、数据流抓包和拦截器等常见工具
android·ios·小程序·https·uni-app·iphone·webview
恋猫de小郭10 分钟前
Flutter 又迎大坑修改?iOS 26 键盘变化可能带来大量底层改动
android·flutter·ios·kotlin
e***985716 分钟前
PHP下载站开发全攻略
android
胖虎124 分钟前
从一个自定义的下载Dialog,说清 Android 自定义弹窗的关键点。
android·dialog·gitee·自定义弹窗
UrSpecial27 分钟前
IM项目——用户管理子服务
android·adb
不会Android的潘潘1 小时前
adb指令扩展方案
android·adb·aosp
2501_915106321 小时前
如何在 iOS 设备上理解和分析 CPU 使用率(windows环境)
android·ios·小程序·https·uni-app·iphone·webview
明飞19871 小时前
系统化掌握Android NDK开发 (JNI)
android
冬奇Lab1 小时前
【Kotlin系列09】委托机制与属性委托实战:组合优于继承的最佳实践
android·开发语言·kotlin
心前阳光2 小时前
Unity发布运行在PICO4的安卓程序
android·unity·游戏引擎