Diyago/Tabular-data-generation

Cannot install tabgan

Closed this issue · 1 comments

Describe the bug
A clear and concise description of what the bug is.
I installed tabgan on colab using pip,but when I did import tabgan I ran into the following error
ContextualVersionConflict: (scikit-learn 1.0.1 (/usr/local/lib/python3.7/dist-packages), Requirement.parse('scikit-learn==0.23.2'), {'tabgan'})
On windows 10 python 3.9,tabgan installation fails because sci-kit wheel not being built
To Reproduce
Steps to reproduce the behavior:

  1. Go to colab
  2. execute !pip install tabgan
  3. execute import tabgan
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.
import tabgan should run without producing any errors
Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. Windows, Ubuntu] Windows 10;colab

Additional context
Add any other context about the problem here.

To proceed ContextualVersionConflict you have to reload colab runtime