-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
import issues #3
Comments
Same issue of @krutarth0 |
The install package for 'pycrc' named pythoncrc
|
The issue persists for me even after "pip install pythoncrc" . Any other suggestions? |
Commit 95f854c introduced a fix, but it was not pushed to Pypi. What worked for me was : |
I uninstalled pycrc and installed pythoncrc. but the problem exists |
same issue still exists, any updates? |
pip install pyECG went successful but import gave me an error,
code:
from pyecg import ECGRecord
error:
Traceback (most recent call last):
File "", line 1, in
File "C:\ProgramData\Anaconda3\lib\site-packages\pyecg_init_.py", line 6, in
from pyecg.dataset import RecordTicket, ECGDataset
File "C:\ProgramData\Anaconda3\lib\site-packages\pyecg\dataset.py", line 12, in
from ishneholterlib import Holter
File "C:\ProgramData\Anaconda3\lib\site-packages\ishneholterlib_init_.py", line 9, in
from PyCRC.CRCCCITT import CRCCCITT
ModuleNotFoundError: No module named 'PyCRC'
PS: I also installed PyCRC but this problem remains the same. can this be a version issue?
The text was updated successfully, but these errors were encountered: