Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

lc_classifier.features is not working when installing with pip in Mac OS #14

Open
PaulaSanchezSaez opened this issue Aug 4, 2021 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@PaulaSanchezSaez
Copy link
Collaborator

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'

@dirodriguezm dirodriguezm added bug Something isn't working good first issue Good for newcomers labels Aug 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants