Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not able to install raiwidgets #2515

Open
srimugunthan opened this issue Jan 27, 2024 · 0 comments
Open

not able to install raiwidgets #2515

srimugunthan opened this issue Jan 27, 2024 · 0 comments

Comments

@srimugunthan
Copy link

Describe the bug
I have been trying to install raiwidgets on mac( M1 chip) and python 3.9 version and i get error. Error log below

To Reproduce
Steps to reproduce the behavior:
conda create -n py39 python=3.9
pip install raiwidgets

**terminal log **

% pip install raiwidgets
Collecting raiwidgets
Using cached raiwidgets-0.33.0-py3-none-any.whl.metadata (18 kB)
Requirement already satisfied: numpy<=1.26.2,>=1.17.2 in /Users/srimugunthan/miniconda3/envs/py39/lib/python3.9/site-packages (from raiwidgets) (1.23.5)
Requirement already satisfied: pandas<2.0.0,>=0.25.1 in /Users/srimugunthan/miniconda3/envs/py39/lib/python3.9/site-packages (from raiwidgets) (1.5.3)
Requirement already satisfied: scipy>=1.4.1 in /Users/srimugunthan/miniconda3/envs/py39/lib/python3.9/site-packages (from raiwidgets) (1.12.0)
Collecting rai-core-flask==0.7.2 (from raiwidgets)
Using cached rai_core_flask-0.7.2-py3-none-any.whl.metadata (2.1 kB)
Requirement already satisfied: itsdangerous<=2.1.2 in /Users/srimugunthan/miniconda3/envs/py39/lib/python3.9/site-packages (from raiwidgets) (2.1.2)
Requirement already satisfied: scikit-learn>=0.22.1 in /Users/srimugunthan/miniconda3/envs/py39/lib/python3.9/site-packages (from raiwidgets) (1.4.0)
Collecting lightgbm>=2.0.11 (from raiwidgets)
Using cached lightgbm-4.3.0.tar.gz (1.7 MB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Installing backend dependencies ... done
Preparing metadata (pyproject.toml) ... done
Collecting erroranalysis>=0.5.3 (from raiwidgets)
Using cached erroranalysis-0.5.3-py3-none-any.whl.metadata (2.1 kB)
Collecting fairlearn==0.7.0 (from raiwidgets)
Using cached fairlearn-0.7.0-py3-none-any.whl (177 kB)
Requirement already satisfied: raiutils>=0.4.0 in /Users/srimugunthan/miniconda3/envs/py39/lib/python3.9/site-packages (from raiwidgets) (0.4.1)
Collecting responsibleai==0.33.0 (from raiwidgets)
Using cached responsibleai-0.33.0-py3-none-any.whl.metadata (18 kB)
Requirement already satisfied: Flask in /Users/srimugunthan/miniconda3/envs/py39/lib/python3.9/site-packages (from rai-core-flask==0.7.2->raiwidgets) (3.0.1)
Collecting Flask-Cors (from rai-core-flask==0.7.2->raiwidgets)
Using cached Flask_Cors-4.0.0-py2.py3-none-any.whl.metadata (5.4 kB)
Collecting flask-socketio (from rai-core-flask==0.7.2->raiwidgets)
Using cached Flask_SocketIO-5.3.6-py3-none-any.whl.metadata (2.6 kB)
Collecting greenlet>=1.1.2 (from rai-core-flask==0.7.2->raiwidgets)
Using cached greenlet-3.0.3-cp39-cp39-macosx_11_0_universal2.whl.metadata (3.8 kB)
Collecting gevent>=21.12.0 (from rai-core-flask==0.7.2->raiwidgets)
Using cached gevent-23.9.1-cp39-cp39-macosx_11_0_universal2.whl.metadata (13 kB)
Collecting markupsafe<=2.1.2 (from rai-core-flask==0.7.2->raiwidgets)
Downloading MarkupSafe-2.1.2-cp39-cp39-macosx_10_9_universal2.whl (17 kB)
Collecting Werkzeug<=2.2.3 (from rai-core-flask==0.7.2->raiwidgets)
Using cached Werkzeug-2.2.3-py3-none-any.whl (233 kB)
Requirement already satisfied: ipython>=7.31.1 in /Users/srimugunthan/miniconda3/envs/py39/lib/python3.9/site-packages (from rai-core-flask==0.7.2->raiwidgets) (8.18.1)
Requirement already satisfied: dice-ml<0.12,>=0.11 in /Users/srimugunthan/miniconda3/envs/py39/lib/python3.9/site-packages (from responsibleai==0.33.0->raiwidgets) (0.11)
Collecting econml>=0.14.1 (from responsibleai==0.33.0->raiwidgets)
Using cached econml-0.14.1.tar.gz (1.4 MB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='pypi.org', port=443): Read timed out. (read timeout=15)")': /simple/statsmodels/
Collecting statsmodels<0.14.0 (from responsibleai==0.33.0->raiwidgets)
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out. (read timeout=15)")': /packages/97/8b/84c84f42ca99d5a9124172e331db2ff1434fea1d769b72194f135dc0d914/statsmodels-0.13.5-cp39-cp39-macosx_11_0_arm64.whl
Downloading statsmodels-0.13.5-cp39-cp39-macosx_11_0_arm64.whl (9.2 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.2/9.2 MB 2.7 MB/s eta 0:00:00
Requirement already satisfied: jsonschema in /Users/srimugunthan/miniconda3/envs/py39/lib/python3.9/site-packages (from responsibleai==0.33.0->raiwidgets) (4.21.1)
Collecting interpret-community>=0.30.0 (from responsibleai==0.33.0->raiwidgets)
Using cached interpret_community-0.31.0-py3-none-any.whl.metadata (4.4 kB)
Requirement already satisfied: numba<=0.58.1 in /Users/srimugunthan/miniconda3/envs/py39/lib/python3.9/site-packages (from responsibleai==0.33.0->raiwidgets) (0.58.1)
Collecting semver~=2.13.0 (from responsibleai==0.33.0->raiwidgets)
Using cached semver-2.13.0-py2.py3-none-any.whl (12 kB)
Collecting ml-wrappers (from responsibleai==0.33.0->raiwidgets)
Using cached ml_wrappers-0.5.4-py3-none-any.whl.metadata (1.7 kB)
Collecting networkx<=2.5 (from responsibleai==0.33.0->raiwidgets)
Using cached networkx-2.5-py3-none-any.whl (1.6 MB)
Collecting ipykernel<=6.8.0 (from responsibleai==0.33.0->raiwidgets)
Using cached ipykernel-6.8.0-py3-none-any.whl (128 kB)
Requirement already satisfied: python-dateutil>=2.8.1 in /Users/srimugunthan/miniconda3/envs/py39/lib/python3.9/site-packages (from pandas<2.0.0,>=0.25.1->raiwidgets) (2.8.2)
Requirement already satisfied: pytz>=2020.1 in /Users/srimugunthan/miniconda3/envs/py39/lib/python3.9/site-packages (from pandas<2.0.0,>=0.25.1->raiwidgets) (2023.3.post1)
Requirement already satisfied: requests in /Users/srimugunthan/miniconda3/envs/py39/lib/python3.9/site-packages (from raiutils>=0.4.0->raiwidgets) (2.31.0)
Requirement already satisfied: joblib>=1.2.0 in /Users/srimugunthan/miniconda3/envs/py39/lib/python3.9/site-packages (from scikit-learn>=0.22.1->raiwidgets) (1.3.2)
Requirement already satisfied: threadpoolctl>=2.0.0 in /Users/srimugunthan/miniconda3/envs/py39/lib/python3.9/site-packages (from scikit-learn>=0.22.1->raiwidgets) (3.2.0)
Requirement already satisfied: tqdm in /Users/srimugunthan/miniconda3/envs/py39/lib/python3.9/site-packages (from dice-ml<0.12,>=0.11->responsibleai==0.33.0->raiwidgets) (4.66.1)
Collecting scikit-learn>=0.22.1 (from raiwidgets)
Using cached scikit-learn-1.2.2.tar.gz (7.3 MB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='pypi.org', port=443): Read timed out. (read timeout=15)")': /simple/sparse/
Collecting sparse (from econml>=0.14.1->responsibleai==0.33.0->raiwidgets)
Using cached sparse-0.15.1-py2.py3-none-any.whl.metadata (4.5 kB)
Collecting shap<0.42.0,>=0.38.1 (from econml>=0.14.1->responsibleai==0.33.0->raiwidgets)
Using cached shap-0.41.0.tar.gz (380 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Collecting zope.event (from gevent>=21.12.0->rai-core-flask==0.7.2->raiwidgets)
Using cached zope.event-5.0-py3-none-any.whl.metadata (4.4 kB)
Collecting zope.interface (from gevent>=21.12.0->rai-core-flask==0.7.2->raiwidgets)
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out. (read timeout=15)")': /packages/f7/1c/65b5c254fea6e329d791086376acda93b97208f8bf5c445990af3860b479/zope.interface-6.1-cp39-cp39-macosx_11_0_arm64.whl.metadata
Downloading zope.interface-6.1-cp39-cp39-macosx_11_0_arm64.whl.metadata (41 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.7/41.7 kB 1.1 MB/s eta 0:00:00
Requirement already satisfied: packaging in /Users/srimugunthan/miniconda3/envs/py39/lib/python3.9/site-packages (from interpret-community>=0.30.0->responsibleai==0.33.0->raiwidgets) (23.2)
Collecting interpret-core<=0.5.0,>=0.1.20 (from interpret-community>=0.30.0->responsibleai==0.33.0->raiwidgets)
Using cached interpret_core-0.5.0-py3-none-any.whl.metadata (2.7 kB)
Requirement already satisfied: debugpy<2.0,>=1.0.0 in /Users/srimugunthan/miniconda3/envs/py39/lib/python3.9/site-packages (from ipykernel<=6.8.0->responsibleai==0.33.0->raiwidgets) (1.8.0)
Requirement already satisfied: traitlets<6.0,>=5.1.0 in /Users/srimugunthan/miniconda3/envs/py39/lib/python3.9/site-packages (from ipykernel<=6.8.0->responsibleai==0.33.0->raiwidgets) (5.9.0)
Collecting jupyter-client<8.0 (from ipykernel<=6.8.0->responsibleai==0.33.0->raiwidgets)
Using cached jupyter_client-7.4.9-py3-none-any.whl (133 kB)
Requirement already satisfied: tornado<7.0,>=4.2 in /Users/srimugunthan/miniconda3/envs/py39/lib/python3.9/site-packages (from ipykernel<=6.8.0->responsibleai==0.33.0->raiwidgets) (6.3.3)
Requirement already satisfied: matplotlib-inline<0.2.0,>=0.1.0 in /Users/srimugunthan/miniconda3/envs/py39/lib/python3.9/site-packages (from ipykernel<=6.8.0->responsibleai==0.33.0->raiwidgets) (0.1.6)
Requirement already satisfied: nest-asyncio in /Users/srimugunthan/miniconda3/envs/py39/lib/python3.9/site-packages (from ipykernel<=6.8.0->responsibleai==0.33.0->raiwidgets) (1.6.0)
Requirement already satisfied: appnope in /Users/srimugunthan/miniconda3/envs/py39/lib/python3.9/site-packages (from ipykernel<=6.8.0->responsibleai==0.33.0->raiwidgets) (0.1.3)
Requirement already satisfied: decorator in /Users/srimugunthan/miniconda3/envs/py39/lib/python3.9/site-packages (from ipython>=7.31.1->rai-core-flask==0.7.2->raiwidgets) (5.1.1)
Requirement already satisfied: jedi>=0.16 in /Users/srimugunthan/miniconda3/envs/py39/lib/python3.9/site-packages (from ipython>=7.31.1->rai-core-flask==0.7.2->raiwidgets) (0.19.1)
Requirement already satisfied: prompt-toolkit<3.1.0,>=3.0.41 in /Users/srimugunthan/miniconda3/envs/py39/lib/python3.9/site-packages (from ipython>=7.31.1->rai-core-flask==0.7.2->raiwidgets) (3.0.42)
Requirement already satisfied: pygments>=2.4.0 in /Users/srimugunthan/miniconda3/envs/py39/lib/python3.9/site-packages (from ipython>=7.31.1->rai-core-flask==0.7.2->raiwidgets) (2.17.2)
Requirement already satisfied: stack-data in /Users/srimugunthan/miniconda3/envs/py39/lib/python3.9/site-packages (from ipython>=7.31.1->rai-core-flask==0.7.2->raiwidgets) (0.6.2)
Requirement already satisfied: typing-extensions in /Users/srimugunthan/miniconda3/envs/py39/lib/python3.9/site-packages (from ipython>=7.31.1->rai-core-flask==0.7.2->raiwidgets) (4.9.0)
Requirement already satisfied: exceptiongroup in /Users/srimugunthan/miniconda3/envs/py39/lib/python3.9/site-packages (from ipython>=7.31.1->rai-core-flask==0.7.2->raiwidgets) (1.2.0)
Requirement already satisfied: pexpect>4.3 in /Users/srimugunthan/miniconda3/envs/py39/lib/python3.9/site-packages (from ipython>=7.31.1->rai-core-flask==0.7.2->raiwidgets) (4.9.0)
Requirement already satisfied: llvmlite<0.42,>=0.41.0dev0 in /Users/srimugunthan/miniconda3/envs/py39/lib/python3.9/site-packages (from numba<=0.58.1->responsibleai==0.33.0->raiwidgets) (0.41.1)
Requirement already satisfied: six>=1.5 in /Users/srimugunthan/miniconda3/envs/py39/lib/python3.9/site-packages (from python-dateutil>=2.8.1->pandas<2.0.0,>=0.25.1->raiwidgets) (1.16.0)
Requirement already satisfied: patsy>=0.5.2 in /Users/srimugunthan/miniconda3/envs/py39/lib/python3.9/site-packages (from statsmodels<0.14.0->responsibleai==0.33.0->raiwidgets) (0.5.6)
INFO: pip is looking at multiple versions of flask to determine which version is compatible with other requirements. This could take a while.
Collecting Flask (from rai-core-flask==0.7.2->raiwidgets)
Using cached flask-3.0.0-py3-none-any.whl.metadata (3.6 kB)
Using cached flask-2.3.3-py3-none-any.whl.metadata (3.6 kB)
Using cached Flask-2.3.2-py3-none-any.whl (96 kB)
Using cached Flask-2.3.1-py3-none-any.whl (96 kB)
Using cached Flask-2.3.0-py3-none-any.whl (96 kB)
Using cached Flask-2.2.5-py3-none-any.whl (101 kB)
Requirement already satisfied: Jinja2>=3.0 in /Users/srimugunthan/miniconda3/envs/py39/lib/python3.9/site-packages (from Flask->rai-core-flask==0.7.2->raiwidgets) (3.1.3)
Requirement already satisfied: click>=8.0 in /Users/srimugunthan/miniconda3/envs/py39/lib/python3.9/site-packages (from Flask->rai-core-flask==0.7.2->raiwidgets) (8.1.7)
Requirement already satisfied: importlib-metadata>=3.6.0 in /Users/srimugunthan/miniconda3/envs/py39/lib/python3.9/site-packages (from Flask->rai-core-flask==0.7.2->raiwidgets) (7.0.1)
Collecting python-socketio>=5.0.2 (from flask-socketio->rai-core-flask==0.7.2->raiwidgets)
Using cached python_socketio-5.11.0-py3-none-any.whl.metadata (3.2 kB)
Requirement already satisfied: attrs>=22.2.0 in /Users/srimugunthan/miniconda3/envs/py39/lib/python3.9/site-packages (from jsonschema->responsibleai==0.33.0->raiwidgets) (23.2.0)
Requirement already satisfied: jsonschema-specifications>=2023.03.6 in /Users/srimugunthan/miniconda3/envs/py39/lib/python3.9/site-packages (from jsonschema->responsibleai==0.33.0->raiwidgets) (2023.12.1)
Requirement already satisfied: referencing>=0.28.4 in /Users/srimugunthan/miniconda3/envs/py39/lib/python3.9/site-packages (from jsonschema->responsibleai==0.33.0->raiwidgets) (0.32.1)
Requirement already satisfied: rpds-py>=0.7.1 in /Users/srimugunthan/miniconda3/envs/py39/lib/python3.9/site-packages (from jsonschema->responsibleai==0.33.0->raiwidgets) (0.17.1)
Requirement already satisfied: charset-normalizer<4,>=2 in /Users/srimugunthan/miniconda3/envs/py39/lib/python3.9/site-packages (from requests->raiutils>=0.4.0->raiwidgets) (3.3.2)
Requirement already satisfied: idna<4,>=2.5 in /Users/srimugunthan/miniconda3/envs/py39/lib/python3.9/site-packages (from requests->raiutils>=0.4.0->raiwidgets) (3.6)
Requirement already satisfied: urllib3<3,>=1.21.1 in /Users/srimugunthan/miniconda3/envs/py39/lib/python3.9/site-packages (from requests->raiutils>=0.4.0->raiwidgets) (2.1.0)
Requirement already satisfied: certifi>=2017.4.17 in /Users/srimugunthan/miniconda3/envs/py39/lib/python3.9/site-packages (from requests->raiutils>=0.4.0->raiwidgets) (2023.11.17)
Requirement already satisfied: zipp>=0.5 in /Users/srimugunthan/miniconda3/envs/py39/lib/python3.9/site-packages (from importlib-metadata>=3.6.0->Flask->rai-core-flask==0.7.2->raiwidgets) (3.17.0)
Requirement already satisfied: parso<0.9.0,>=0.8.3 in /Users/srimugunthan/miniconda3/envs/py39/lib/python3.9/site-packages (from jedi>=0.16->ipython>=7.31.1->rai-core-flask==0.7.2->raiwidgets) (0.8.3)
Requirement already satisfied: entrypoints in /Users/srimugunthan/miniconda3/envs/py39/lib/python3.9/site-packages (from jupyter-client<8.0->ipykernel<=6.8.0->responsibleai==0.33.0->raiwidgets) (0.4)
Requirement already satisfied: jupyter-core>=4.9.2 in /Users/srimugunthan/miniconda3/envs/py39/lib/python3.9/site-packages (from jupyter-client<8.0->ipykernel<=6.8.0->responsibleai==0.33.0->raiwidgets) (5.7.1)
Requirement already satisfied: pyzmq>=23.0 in /Users/srimugunthan/miniconda3/envs/py39/lib/python3.9/site-packages (from jupyter-client<8.0->ipykernel<=6.8.0->responsibleai==0.33.0->raiwidgets) (25.1.2)
Requirement already satisfied: ptyprocess>=0.5 in /Users/srimugunthan/miniconda3/envs/py39/lib/python3.9/site-packages (from pexpect>4.3->ipython>=7.31.1->rai-core-flask==0.7.2->raiwidgets) (0.7.0)
Requirement already satisfied: wcwidth in /Users/srimugunthan/miniconda3/envs/py39/lib/python3.9/site-packages (from prompt-toolkit<3.1.0,>=3.0.41->ipython>=7.31.1->rai-core-flask==0.7.2->raiwidgets) (0.2.13)
Collecting bidict>=0.21.0 (from python-socketio>=5.0.2->flask-socketio->rai-core-flask==0.7.2->raiwidgets)
Using cached bidict-0.22.1-py3-none-any.whl (35 kB)
Collecting python-engineio>=4.8.0 (from python-socketio>=5.0.2->flask-socketio->rai-core-flask==0.7.2->raiwidgets)
Using cached python_engineio-4.8.2-py3-none-any.whl.metadata (2.2 kB)
Requirement already satisfied: slicer==0.0.7 in /Users/srimugunthan/miniconda3/envs/py39/lib/python3.9/site-packages (from shap<0.42.0,>=0.38.1->econml>=0.14.1->responsibleai==0.33.0->raiwidgets) (0.0.7)
Requirement already satisfied: cloudpickle in /Users/srimugunthan/miniconda3/envs/py39/lib/python3.9/site-packages (from shap<0.42.0,>=0.38.1->econml>=0.14.1->responsibleai==0.33.0->raiwidgets) (3.0.0)
Requirement already satisfied: executing>=1.2.0 in /Users/srimugunthan/miniconda3/envs/py39/lib/python3.9/site-packages (from stack-data->ipython>=7.31.1->rai-core-flask==0.7.2->raiwidgets) (2.0.1)
Requirement already satisfied: asttokens>=2.1.0 in /Users/srimugunthan/miniconda3/envs/py39/lib/python3.9/site-packages (from stack-data->ipython>=7.31.1->rai-core-flask==0.7.2->raiwidgets) (2.4.1)
Requirement already satisfied: pure-eval in /Users/srimugunthan/miniconda3/envs/py39/lib/python3.9/site-packages (from stack-data->ipython>=7.31.1->rai-core-flask==0.7.2->raiwidgets) (0.2.2)
Requirement already satisfied: setuptools in /Users/srimugunthan/miniconda3/envs/py39/lib/python3.9/site-packages (from zope.event->gevent>=21.12.0->rai-core-flask==0.7.2->raiwidgets) (68.2.2)
Requirement already satisfied: platformdirs>=2.5 in /Users/srimugunthan/miniconda3/envs/py39/lib/python3.9/site-packages (from jupyter-core>=4.9.2->jupyter-client<8.0->ipykernel<=6.8.0->responsibleai==0.33.0->raiwidgets) (4.1.0)
Collecting simple-websocket>=0.10.0 (from python-engineio>=4.8.0->python-socketio>=5.0.2->flask-socketio->rai-core-flask==0.7.2->raiwidgets)
Using cached simple_websocket-1.0.0-py3-none-any.whl.metadata (1.3 kB)
Collecting wsproto (from simple-websocket>=0.10.0->python-engineio>=4.8.0->python-socketio>=5.0.2->flask-socketio->rai-core-flask==0.7.2->raiwidgets)
Using cached wsproto-1.2.0-py3-none-any.whl (24 kB)
Collecting h11<1,>=0.9.0 (from wsproto->simple-websocket>=0.10.0->python-engineio>=4.8.0->python-socketio>=5.0.2->flask-socketio->rai-core-flask==0.7.2->raiwidgets)
Using cached h11-0.14.0-py3-none-any.whl (58 kB)
Using cached raiwidgets-0.33.0-py3-none-any.whl (2.6 MB)
Using cached rai_core_flask-0.7.2-py3-none-any.whl (12 kB)
Using cached responsibleai-0.33.0-py3-none-any.whl (157 kB)
Using cached erroranalysis-0.5.3-py3-none-any.whl (41 kB)
Using cached gevent-23.9.1-cp39-cp39-macosx_11_0_universal2.whl (2.9 MB)
Using cached greenlet-3.0.3-cp39-cp39-macosx_11_0_universal2.whl (269 kB)
Using cached interpret_community-0.31.0-py3-none-any.whl (130 kB)
Using cached ml_wrappers-0.5.4-py3-none-any.whl (51 kB)
Using cached Flask_Cors-4.0.0-py2.py3-none-any.whl (14 kB)
Using cached Flask_SocketIO-5.3.6-py3-none-any.whl (18 kB)
Using cached interpret_core-0.5.0-py3-none-any.whl (15.8 MB)
Using cached python_socketio-5.11.0-py3-none-any.whl (75 kB)
Using cached sparse-0.15.1-py2.py3-none-any.whl (116 kB)
Using cached zope.event-5.0-py3-none-any.whl (6.8 kB)
Downloading zope.interface-6.1-cp39-cp39-macosx_11_0_arm64.whl (202 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 202.5/202.5 kB 3.7 MB/s eta 0:00:00
Using cached python_engineio-4.8.2-py3-none-any.whl (57 kB)
Using cached simple_websocket-1.0.0-py3-none-any.whl (13 kB)
Building wheels for collected packages: lightgbm, econml, scikit-learn, shap
Building wheel for lightgbm (pyproject.toml) ... done
Created wheel for lightgbm: filename=lightgbm-4.3.0-py3-none-macosx_11_0_arm64.whl size=1483693 sha256=78119912c0f3e7fbd2822803bb076b86859b27ad0e9ffebb313d5a42409049ba
Stored in directory: /Users/srimugunthan/Library/Caches/pip/wheels/fc/e6/da/850988b6c56b2650268501cd617c3512f709f05b57438d4628
Building wheel for econml (pyproject.toml) ... done
Created wheel for econml: filename=econml-0.14.1-cp39-cp39-macosx_11_0_arm64.whl size=972467 sha256=94e98dab0093a79f77c75ffea9bfefb10230fd94169b6c14a84223d2277728f7
Stored in directory: /Users/srimugunthan/Library/Caches/pip/wheels/73/2d/d1/cfbcce55cd4a2f245e19363d5ff7578153a674168753f2a9c9
Building wheel for scikit-learn (pyproject.toml) ... done
Created wheel for scikit-learn: filename=scikit_learn-1.2.2-cp39-cp39-macosx_11_0_arm64.whl size=9183009 sha256=4bfa58ea24787e92bcbd9de9d91094b7ca48a6f59f7c434010bbb4598b3aec38
Stored in directory: /Users/srimugunthan/Library/Caches/pip/wheels/d3/5d/e4/18227c112fee8f911f590ad58cbe58b635df7c52495d791ba0
Building wheel for shap (pyproject.toml) ... done
Created wheel for shap: filename=shap-0.41.0-cp39-cp39-macosx_11_0_arm64.whl size=431887 sha256=3536808c957858c6bb011805ed35e4cf0848d6a1d8da61d68efc71a2c585321a
Stored in directory: /Users/srimugunthan/Library/Caches/pip/wheels/69/c7/a2/7063a159ec59a3acb05f686fdc1a4a622d75ec63f07e7920e1
Successfully built lightgbm econml scikit-learn shap
Installing collected packages: zope.interface, zope.event, semver, networkx, markupsafe, h11, greenlet, bidict, wsproto, Werkzeug, sparse, scikit-learn, lightgbm, jupyter-client, gevent, statsmodels, simple-websocket, shap, ml-wrappers, interpret-core, Flask, fairlearn, python-engineio, ipykernel, interpret-community, Flask-Cors, erroranalysis, econml, responsibleai, python-socketio, flask-socketio, rai-core-flask, raiwidgets
Attempting uninstall: networkx
Found existing installation: networkx 3.2.1
Uninstalling networkx-3.2.1:
Successfully uninstalled networkx-3.2.1
Attempting uninstall: markupsafe
Found existing installation: MarkupSafe 2.1.4
Uninstalling MarkupSafe-2.1.4:
Successfully uninstalled MarkupSafe-2.1.4
Attempting uninstall: Werkzeug
Found existing installation: Werkzeug 3.0.1
Uninstalling Werkzeug-3.0.1:
Successfully uninstalled Werkzeug-3.0.1
Attempting uninstall: scikit-learn
Found existing installation: scikit-learn 1.4.0
Uninstalling scikit-learn-1.4.0:
Successfully uninstalled scikit-learn-1.4.0
Attempting uninstall: jupyter-client
Found existing installation: jupyter_client 8.6.0
Uninstalling jupyter_client-8.6.0:
Successfully uninstalled jupyter_client-8.6.0
Attempting uninstall: statsmodels
Found existing installation: statsmodels 0.14.1
Uninstalling statsmodels-0.14.1:
Successfully uninstalled statsmodels-0.14.1
Attempting uninstall: shap
Found existing installation: shap 0.44.0
Uninstalling shap-0.44.0:
Successfully uninstalled shap-0.44.0
Attempting uninstall: Flask
Found existing installation: Flask 3.0.1
Uninstalling Flask-3.0.1:
Successfully uninstalled Flask-3.0.1
Attempting uninstall: ipykernel
Found existing installation: ipykernel 6.29.0
Uninstalling ipykernel-6.29.0:
Successfully uninstalled ipykernel-6.29.0
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
tensorflow 2.12.0 requires jax>=0.3.15, which is not installed.
tensorflow 2.12.0 requires libclang>=13.0.0, which is not installed.
jupyter-console 6.6.3 requires ipykernel>=6.14, but you have ipykernel 6.8.0 which is incompatible.
scikit-image 0.22.0 requires networkx>=2.8, but you have networkx 2.5 which is incompatible.
tensorflow 2.12.0 requires wrapt<1.15,>=1.11.0, but you have wrapt 1.16.0 which is incompatible.
Successfully installed Flask-2.2.5 Flask-Cors-4.0.0 Werkzeug-2.2.3 bidict-0.22.1 econml-0.14.1 erroranalysis-0.5.3 fairlearn-0.7.0 flask-socketio-5.3.6 gevent-23.9.1 greenlet-3.0.3 h11-0.14.0 interpret-community-0.31.0 interpret-core-0.5.0 ipykernel-6.8.0 jupyter-client-7.4.9 lightgbm-4.3.0 markupsafe-2.1.2 ml-wrappers-0.5.4 networkx-2.5 python-engineio-4.8.2 python-socketio-5.11.0 rai-core-flask-0.7.2 raiwidgets-0.33.0 responsibleai-0.33.0 scikit-learn-1.2.2 semver-2.13.0 shap-0.41.0 simple-websocket-1.0.0 sparse-0.15.1 statsmodels-0.13.5 wsproto-1.2.0 zope.event-5.0 zope.interface-6.1

Desktop (please complete the following information):

  • OS: [e.g. iOS] MacBookPro17,1 Chip: Apple M1
  • Browser [e.g. chrome, safari] NA
  • Python version: [e.g. 3.9.12] Python 3.9
  • raiwidgets and responsibleai package versions [e.g. 0.19.0] raiwidgets

Additional context
Add any other context about the problem here.
conda install raiutils was successful , but raiwidgets from pip failed.

@srimugunthan srimugunthan changed the title not able to install raiwidgets not able to install raiwidgets Jan 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant