GAN-for-tabular-data icon indicating copy to clipboard operation
GAN-for-tabular-data copied to clipboard

ContextualVersionConflict: (scikit-learn 1.0.2 (/usr/local/lib/python3.7/dist-packages), Requirement.parse('scikit-learn==0.23.2'), {'tabgan'})

Open olaman2x opened this issue 2 years ago • 2 comments

please I ran into contextualVersionConflict error when I run this line of code "from tabgan.sampler import GANGenerator" please any help on this please?

olaman2x avatar Aug 06 '22 08:08 olaman2x

When this happens, you only have to restart the kernel and run the rest of the code without reinstalling any packages. It works

agbozo1 avatar Sep 01 '22 19:09 agbozo1

Thanks Ebenezer for the hint. I will try it shortly.

On Fri, Sep 2, 2022 at 3:29 AM Ebenezer Agbozo @.***> wrote:

When this happens, you only have to restart the kernel and run the rest of the code without reinstalling any packages. It works

— Reply to this email directly, view it on GitHub https://github.com/Diyago/GAN-for-tabular-data/issues/46#issuecomment-1234693877, or unsubscribe https://github.com/notifications/unsubscribe-auth/A2MWPWHK5Z5C2E5MJZ4Y4JTV4D7ZDANCNFSM55YGELYQ . You are receiving this because you authored the thread.Message ID: @.***>

-- Website http://www.unilorin.edu.ng, Weekly Bulletin http://www.unilorin.edu.ng/index.php/bulletin UGPortal http://uilugportal.unilorin.edu.ng/ PGPortal https://uilpgportal.unilorin.edu.ng/ HelpDesk http://www.unilorin.edu.ng/index.php/more-resources/e-notices/6845-how-to-resolve-email-portal-login-problems-for-staff-and-students

olaman2x avatar Sep 02 '22 00:09 olaman2x

!pip install tabgan==1.3.0

should work on colab without restart @olaman2x @agbozo1

Diyago avatar Jan 07 '23 15:01 Diyago