Hi,
I'm seeing the following error:
error: 'egg_base' must be a directory name (got `src`)
The config contains:
[options]
...
package_dir =
= src
Contents of package_dir is
(I've worked around this by manually reading config and patching this applying str() to keys and vars)
Python: 2.7
OS: GNU/Linux
The issue appears to be the same as for:
Hi,
I'm seeing the following error:
The config contains:
Contents of
package_diris{u'': u'src'}(I've worked around this by manually reading config and patching this applying
str()to keys and vars)Python: 2.7
OS: GNU/Linux
The issue appears to be the same as for: