-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
An error occurred during the installation of the cstraining package.
python setup.py develop -d {DIR_TO_SITE_PKG_PARENT}/site-packages
Traceback (most recent call last):
File "/{INSTANCE_DIR}/cstraining.web/setup.py", line 1, in
from cdb.comparch.pkgtools import setup
ImportError: cannot import name 'setup' from 'cdb.comparch.pkgtools' (/{INSTACE_DIR}/cdb/python/cdb/comparch/pkgtools.py)
Replacing the imports with
from setuptools import setup, find_namespace_packages
from setuptools_ce.build import build
fixes this issue.
Basster
Metadata
Metadata
Assignees
Labels
No labels