Unable to instal visual package in Pycharm
Good Day,
I am trying to install the visual package in Pycharm that displays 3d animations but am having problems.
For example, the code I am trying to test is:
from visual import sphere
sphere()
The visual package is available as an option to install but I get the following error:
Collecting visual
Could not find a version that satisfies the requirement visual (from versions: )
No matching distribution found for visual
I've uninstalled and reinstalled PyCharm and have updated pip to the current version. Any assistance is greatly appreciated.
Please sign in to leave a comment.