learning-to-learn icon indicating copy to clipboard operation
learning-to-learn copied to clipboard

Dependency: dill

Open pedronahum opened this issue 8 years ago • 2 comments

Hi,

This is, of course, a minor issue, but managed to make it run (Ubuntu 16.04) after installing "dill."

Best,

Pedro

pedronahum avatar May 04 '17 18:05 pedronahum

It also requires the package "mock", so one should "pip install mock dill" before running this.

keineahnung2345 avatar Feb 22 '18 06:02 keineahnung2345

for Python 3.3+, mock has been merged into unittest, which is a built-in library, no need to install, just modify

import mock

as

from unittest import mock

dragen1860 avatar May 10 '18 03:05 dragen1860