Replies: 1 comment
-
Hello, I have the same problem. Ender3 VE KE. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Running the clear cache command I run into this error:
Info: Clearing root partition cache...
Info: Clearing git cache...
Enumerating objects: 987, done.
Counting objects: 100% (987/987), done.
Delta compression using up to 2 threads
Compressing objects: 100% (972/972), done.
Writing objects: 100% (987/987), done.
Total 987 (delta 688), reused 299 (delta 0)
Computing commit graph generation numbers: 100% (142/142), done.
/usr/data/helper-script/helper.sh: line 340: pip: not found
I'm unsure if this is an issue or not, but I have been having issues with the toolhead section disappearing in Mainsail and thought clearing cache might help. I also checked for pip, and it is installed - just not where the script is looking apparently.
root@K1Max-4B89 /root [#] python3 -m ensurepip
Looking in links: /tmp/tmp9udzbrwh
Requirement already satisfied: setuptools in /usr/lib/python3.8/site-packages (41.4.0)
Requirement already satisfied: pip in /usr/lib/python3.8/site-packages (19.3.1)
Beta Was this translation helpful? Give feedback.
All reactions