I tried to install PyCRC module in venv on my Windows machine. Before I already used this module in same machine but not installed it in venv, and on Linux machines I used it too and everything was fine.
But now I can not install it.
pip install PyCRC
And I got another module with same name - https://pypi.org/project/pycrc/.
What wrong here? How can I get module what I needed?