Skip to content
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

Open
krutarth0 opened this issue Apr 8, 2020 · 6 comments
Open

import issues #3

krutarth0 opened this issue Apr 8, 2020 · 6 comments

Comments

@krutarth0
Copy link

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?

@alessandropadrinofficial

Same issue of @krutarth0

@TUJIALAN
Copy link

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 install package for 'pycrc' named pythoncrc
Try this:

pip install pythoncrc

@Prophet0fRegret
Copy link

The issue persists for me even after "pip install pythoncrc" . Any other suggestions?

@pemocarlo
Copy link

Commit 95f854c introduced a fix, but it was not pushed to Pypi. What worked for me was :
first
pip uninstall PyCRC
and then
pip install pythoncrc

@melodyre
Copy link

melodyre commented Sep 4, 2021

Commit 95f854c introduced a fix, but it was not pushed to Pypi. What worked for me was :
first
pip uninstall PyCRC
and then
pip install pythoncrc

I uninstalled pycrc and installed pythoncrc. but the problem exists

@MohMsh
Copy link

MohMsh commented Feb 11, 2022

same issue still exists, any updates?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants