You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 10, 2024. It is now read-only.
I used the command "pip install lc-classifier" to install the lc_classifier package in a Mac laptop with Mac OS 10.14.6, but I'm having problems importing the lc_classifier.features module.
Other modules like lc_classifier.utils don't have the same problem.
Here is an example of the error. I'm getting:
Python 3.8.10 (default, May 19 2021, 11:01:55)
[Clang 10.0.0 ] :: Anaconda, Inc. on darwin
Type "help", "copyright", "credits" or "license" for more information.
from lc_classifier.features import FeatureExtractorComposer
Traceback (most recent call last):
File "", line 1, in
ModuleNotFoundError: No module named 'lc_classifier.features'
The text was updated successfully, but these errors were encountered:
I used the command "pip install lc-classifier" to install the lc_classifier package in a Mac laptop with Mac OS 10.14.6, but I'm having problems importing the lc_classifier.features module.
Other modules like lc_classifier.utils don't have the same problem.
Here is an example of the error. I'm getting:
Python 3.8.10 (default, May 19 2021, 11:01:55)
[Clang 10.0.0 ] :: Anaconda, Inc. on darwin
Type "help", "copyright", "credits" or "license" for more information.
The text was updated successfully, but these errors were encountered: