You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not abe to install concrete-ml with pip. Requires Python >=3.8, <3.10 from Pypi concrete-ml 0.2.1.
EDIT: Sorry I printed the pip list from different python (3.9) version.
I do not have concrete-numpy installed.
Description
versions affected: 0.1.0; 0.1.1; 0.2.0; 0.2.1.
python version: Python 3.10.4
pip version: 22.2.2
config (optional: HW, OS): Ubuntu 20.04.1 LTS
workaround (optional): if you’ve a way to workaround the issue
proposed fix (optional): if you’ve a way to fix the issue
Step by step procedure someone should follow to trigger the bug:
$ pip install concrete-ml
ERROR: Ignored the following versions that require a different python version: 0.1.0 Requires-Python >=3.8,<3.10; 0.1.1 Requires-Python >=3.8,<3.10; 0.2.0 Requires-Python >=3.8,<3.10; 0.2.1 Requires-Python >=3.8,<3.10
ERROR: Could not find a version that satisfies the requirement concrete-ml (from versions: none)
ERROR: No matching distribution found for concrete-ml
The text was updated successfully, but these errors were encountered:
ballesterosbr
changed the title
Not installing with pip (python 3.10 not supported?)
Not installing with pip (python 3.10 not supported workaround?)
Aug 26, 2022
Hello @bcm-at-zama, both work perfectly! Forgot to mention that I'm using jupyter notebooks, but I can run my scripts on console in the meantime. Thank you!
NOTE: This is not actually a bug.
Summary
What happened/what you expected to happen?
Not abe to install
concrete-ml
with pip. Requires Python >=3.8, <3.10 from Pypi concrete-ml 0.2.1.EDIT: Sorry I printed the pip list from different python (3.9) version.
I do not have
concrete-numpy
installed.Description
Step by step procedure someone should follow to trigger the bug:
The text was updated successfully, but these errors were encountered: