AutoViML / featurewiz

Use advanced feature engineering strategies and select best features from your data set with a single line of code. Created by Ram Seshadri. Collaborators welcome.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

package versions have conflicting dependencies

Jeffalltogether opened this issue · comments

Attempting to install on Google Colab and I receive the following error:

Cannot install featurewiz and featurewiz==0.3.3 because these package versions have conflicting dependencies. 
  
The conflict is caused by:  
    featurewiz 0.3.3 depends on category_encoders>=2.4.0  
    lazytransform 1.3 depends on category-encoders>=2.6.2  
    featurewiz 0.3.3 depends on category_encoders>=2.4.0  
    lazytransform 1.2 depends on category-encoders>=2.6.2  
  
To fix this you could try to:  
1. loosen the range of package versions you've specified  
2. remove package versions to allow pip attempt to solve the dependency conflict  

Appreciate any guidance.

Hi @Jeffalltogether This has been fixed with the latest version 0.4.0 => please upgrade your package via:

pip install featurewiz --upgrade