*** /tmp/setup.py-orig 2020-03-30 15:38:05.000000000 -0500 --- setup.py 2020-03-30 16:14:24.000000000 -0500 *************** *** 206,211 **** --- 206,212 ---- # Dependent packages (distributions) install_requires=['pysimplelog','pypref'], # it also needs numpy, but this is left for the user to install. setup_requires=[''], + zip_safe=False, ) # setup