Closed chepo92 closed 2 years ago
Dear @chepo92,
Thank you very much for creating this new issue, it will certainly be useful to other members of our community! I need to apologize for the late reply, hoping that this message still reaches you in an appropriate moment.
Taking into consideration the information that you gently provided, our team tried to replicate the reported event. Despite not being able to reproduce the endless import call, some issues were detected in the past with the python-magic package (used by biosignalsnotebooks package).
Typically, the procedure reported on the following reply is effective in solving a great set of the problems that we faced in the past with python-magic:
Despite not being totally sure if this standard procedure will be effective in solving the reported issue, it can be a good first approach to explore the problem.
I will carefully wait for your kind feedback regarding the effectiveness of the previous procedure!
My best and sincere regards, @GRamosPlux
I'm having trouble importing, I'm using anaconda navigator for environment management, I have installed using
pip install biosignalsnotebooks
in my local jupyter notebook, runingimport biosignalsnotebooks as bsnb
takes forever I have tryed in python 3.6 and 3.8 and in command line, some times it never ends and some times it quits pythonlaunching python (3.6 and 3.8) in verbose mode throws the following logs, i'm attaching just the last lines as the log is huge when importing, in both cases it hangs after
# code object from 'C:\\Users\\Axel\\.conda\\envs\\{environment}\\lib\\site-packages\\magic\\__pycache__\\compat.cpython-{py version}.pyc'
log36.txt log38.txt