My project structure:
kmss/ ├── kmss │ ├── __init__.py │ ├── items.py │ ├── pipelines.py │ ├── settings.py │ └── spiders │ ├── __init__.py │
Please try from ..items import KmssItem P.S. Absolute vs Relative Imports in Python
from ..items import KmssItem