I've been trying to install autopy (4.0 version) on PyCharm and I'm also using the latest version of Python. I believe I've followed the instruction to download it on terminal like this:
C:\Users\User\PycharmProjects\pythonfile\venv\Scripts\activate.bat
pip install autopy
But it keeps giving traceback:
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "C:\Users\User\AppData\Local\Temp\pip-install-mvwimem8\autopy_7b0ff3a4063e45c38739a3f99e1d050e\setup.py", line 8, in <module>
from setuptools_rust import Binding, RustExtension
ModuleNotFoundError: No module named 'setuptools_rust'
I thought I needed to install an extension called "Rust". So, I searched it on https://pypi.org/project/autopy/ but, it didn't work out. How am I supposed to install it correctly?
I hope I'm able to install autopy without any problem. Thank you in advance!