-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
raise KeyError #19
Comments
Thanks for reporting! Just install the latest modelchimp python package, that should fix it.
|
Thank you for your fast response @samzer. It works when installing it natively, but if I run this process inside a Docker container, then I simply get To reproduce:
What is wrong? |
Just reproduced this and quite interesting what was happening. Basically, the pytorch image uses anaconda python which is of version 3. When the following command is executed, pip3 is installed outside of the conda environment.
And when modelchimp is installed with pip3, the module is installed outside of the conda environment also because of which python does not recognize the module. --- FIX ---
|
I've just tried to test your system but I fail when running the example code (here scikit)
I'm on Ubuntu 18.04 LTS
The text was updated successfully, but these errors were encountered: