From 3ae359c71becb919a9426d3960d39c9c24a893d4 Mon Sep 17 00:00:00 2001 From: asunder123 Date: Sun, 1 Nov 2020 02:23:26 -0500 Subject: [PATCH 1/3] selfheal --- wheel517error.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 wheel517error.sh diff --git a/wheel517error.sh b/wheel517error.sh new file mode 100644 index 00000000..e0dfeba0 --- /dev/null +++ b/wheel517error.sh @@ -0,0 +1,2 @@ +python -m pip install --upgrade pip +python -m pip install --no-use-pep517 bcrypt From d8c833e04ad85cfdaa95ac200a63c74d9ba18d3c Mon Sep 17 00:00:00 2001 From: asunder123 Date: Sun, 1 Nov 2020 02:32:18 -0500 Subject: [PATCH 2/3] Unres imports --- unresimp.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 unresimp.sh diff --git a/unresimp.sh b/unresimp.sh new file mode 100644 index 00000000..35ed1f35 --- /dev/null +++ b/unresimp.sh @@ -0,0 +1,5 @@ +pip install glfw +pip install openvr +pip install numpy +pip install OpenGL +pip install mujoco_py.cmj From 72c7cf2f1fad432214bd4a2c0963fcca4e64505d Mon Sep 17 00:00:00 2001 From: asunder123 Date: Sun, 1 Nov 2020 02:56:05 -0500 Subject: [PATCH 3/3] Message --- unresimp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unresimp.sh b/unresimp.sh index 35ed1f35..ae6ea424 100644 --- a/unresimp.sh +++ b/unresimp.sh @@ -2,4 +2,4 @@ pip install glfw pip install openvr pip install numpy pip install OpenGL -pip install mujoco_py.cmj +pip install mujoco_py