@@ -0,0 +1,8 @@
+# 创建虚拟环境
+python3 -m venv myenv
+
+# 激活虚拟环境
+source myenv/bin/activate
+# 现在可以正常安装
+pip install oss2