Open DummyBroker opened 1 year ago
I was facing this same issue. At least two of your dependencies are incompatible as on Dec 3 2023 Python is only supported from 3.8<=version<3.11 (https://pypi.org/project/dataprep/) Pandas is supported <2. (Found while installing from pip) Dataprep is running for me with following versions
python-3.10.10 pandas-1.5.3 numpy-1.26.2
Describe the bug I use anaconda and install the dataprep module by the following code
conda install -c conda-forge dataprep
Then I try the example code from the websiteand it showed the following error:
My numpy version is 1.25.2 My pandas version is 2.0.3 My Python version is 3.11.4
I want to know why this error happen and how to solve it. Is there anything needed to be added? Thank you so much!