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
{{ message }}
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.
When trying to install lightning-flash via pip install lightning-flash, I get an error caused by the dependency on pandas==1.1.2:
ERROR: Could not build wheels for pandas which use PEP 517 and cannot be installed directly
I get the same error when I try to install pandas==1.1.2 independent of lightning-flash. I am able to install pandas==1.2.2 without any problems. I'm using Python 3.9.1 and Ubuntu 20.04.
Is it necessary to have the pandas version fixed at 1.1.2?
Expected behavior
Installation without any problems
Environment
PyTorch Version (e.g., 1.0): 1.7
OS (e.g., Linux): Ubuntu 20.04
How you installed PyTorch (conda, pip, source): pip
Build command you used (if compiling from source):
Python version: 3.9.1
CUDA/cuDNN version: 10.2
GPU models and configuration: 1080TI
Any other relevant information:
The text was updated successfully, but these errors were encountered:
🐛 Bug
When trying to install lightning-flash via
pip install lightning-flash
, I get an error caused by the dependency onpandas==1.1.2
:I get the same error when I try to install
pandas==1.1.2
independent of lightning-flash. I am able to installpandas==1.2.2
without any problems. I'm using Python 3.9.1 and Ubuntu 20.04.Is it necessary to have the pandas version fixed at 1.1.2?
Expected behavior
Installation without any problems
Environment
1.7
Ubuntu 20.04
conda
,pip
, source):pip
3.9.1
10.2
1080TI
The text was updated successfully, but these errors were encountered: