randy3k / radian

A 21 century R console
MIT License
2k stars 76 forks source link

Is radian compatabile with Python 3.10.4? #362

Open Patricklv opened 2 years ago

Patricklv commented 2 years ago

I am trying to install radian with Python version 3.10.4 in VS Code. Here is the code:

C:\Users\<User Name>\AppData\Local\Programs\Python\Python310>Python -V
Python 3.10.4

C:\Users\<User Name>\AppData\Local\Programs\Python\Python310>pip3 install -U radian
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', TimeoutError('_ssl.c:980: The handshake operation timed out'))': /simple/radian/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', TimeoutError('_ssl.c:980: The handshake operation timed out'))': /simple/radian/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', TimeoutError('_ssl.c:980: The handshake operation timed out'))': /simple/radian/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', TimeoutError('_ssl.c:980: The handshake operation timed out'))': /simple/radian/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', TimeoutError('_ssl.c:980: The handshake operation timed out'))': /simple/radian/
ERROR: Could not find a version that satisfies the requirement radian (from versions: none)
ERROR: No matching distribution found for radian

The Python version satisfies the requirement of version 3.6 or above and my R version is 4.2.0. I would like to ask why do I get an error message above? Is it because radian is not compatible with Python version 3.10.4? How could I install radian in Python in my case?

janxkoci commented 2 years ago

I installed radian with conda install --channel conda-forge radian and have no problems. I highly recommend using conda package manager to manage your software and environments.