May-04-2022, 04:52 PM
Thank you. I did not know that. My problem seems to still with no text provider.
Went back and performed what was recommended on StackOverflow for this error-see below: created a new install, went through set up but still got same text provider error:
Went back and performed what was recommended on StackOverflow for this error-see below: created a new install, went through set up but still got same text provider error:
pip install --upgrade pip wheel setuptools pip install docutils pygments pypiwin32 kivy-deps.sdl2 kivy-deps.glew pip install kivy-deps.gstreamer pip install kivy-deps.angle pip install –-upgrade kivyWhen i performed above though three gave a "no matching distribution" comment which I have not figured out why yet.
(kmd) mark@mark-Latitude-E7240:~/Python_Environments/bovine25$ pip install docutils pypments pipiwin32 kivy-deps.sdl2 kivy-deps.glew Requirement already satisfied: docutils in /home/mark/Python_Environments/env3/kmd/lib/python3.8/site-packages (0.18.1) ERROR: Could not find a version that satisfies the requirement pypments (from versions: none) ERROR: No matching distribution found for pypments (kmd) mark@mark-Latitude-E7240:~/Python_Environments/bovine25$ pip install kivy-deps.gstreamer ERROR: Could not find a version that satisfies the requirement kivy-deps.gstreamer (from versions: none) ERROR: No matching distribution found for kivy-deps.gstreamer (kmd) mark@mark-Latitude-E7240:~/Python_Environments/bovine25$ pip install kivy-deps.angle ERROR: Could not find a version that satisfies the requirement kivy-deps.angle (from versions: none) ERROR: No matching distribution found for kivy-deps.angleAny general comments are helpful.