Not able to run any pytest facing the following error
E ModuleNotFoundError: No module named 'spacy.pipeline.pipe'
Basically its not able to find and .pyx, .pyb, .pxd files.
pytest -v test_architectures.py
ImportError while loading conftest '/Users/swagath/Documents/GitHub/spaCy/spacy/tests/conftest.py'.
../init.py:14: in
from . import pipeline # noqa: F401
../pipeline/init.py:1: in
from .attributeruler import AttributeRuler
../pipeline/attributeruler.py:6: in
from .pipe import Pipe
E ModuleNotFoundError: No module named 'spacy.pipeline.pipe'
Steps to Reproduce:
step1: go to test case folder of spacy
cd spaCy/spacy/tests
step2: run any pytest
eg:
pytest -v test_architectures.py
Operating System: linux
Flatform : x86
Python Version Used: any
spaCy Version Used: 2.3.5 and lower versions as well
Not able to run any pytest facing the following error E ModuleNotFoundError: No module named 'spacy.pipeline.pipe' Basically its not able to find and .pyx, .pyb, .pxd files.
pytest -v test_architectures.py ImportError while loading conftest '/Users/swagath/Documents/GitHub/spaCy/spacy/tests/conftest.py'. ../init.py:14: in
from . import pipeline # noqa: F401
../pipeline/init.py:1: in
from .attributeruler import AttributeRuler
../pipeline/attributeruler.py:6: in
from .pipe import Pipe
E ModuleNotFoundError: No module named 'spacy.pipeline.pipe'
Steps to Reproduce:
step1: go to test case folder of spacy cd spaCy/spacy/tests step2: run any pytest eg: pytest -v test_architectures.py