Open cheabdullahjz opened 1 year ago
RuntimeError: Python version >= 3.9 required.
Steps for solving this issue a) https://www.anaconda.com/download (Download new anaconda e.g.:3.11) b) python -m virtualenv .venv -p python3.9 c) .\env\Scripts\activate d) download the repository. e) unzipped the folder f) python setup.py install g) python (and test import urx)
(.venv) D:\URX_VENV\python-urx-master>python Python 3.9.0 (tags/v3.9.0:9cf6752, Oct 5 2020, 15:34:40) [MSC v.1927 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information.
import urx
(env) (base) C:\Users\AAA>python Python 3.7.6 (default, Jan 8 2020, 20:23:39) [MSC v.1916 64 bit (AMD64)] :: Anaconda, Inc. on win32 Type "help", "copyright", "credits" or "license" for more information.