Skip to content

ModuleNotFoundError: No module named 'classification' #3

@yeshwanth95

Description

@yeshwanth95

I'm trying to install the TLSeparation library in a conda (4.7.12) environment.
I'm using pip to install the library within the conda environment having python 3.6.
Although the installation occurs, when I try to import the library from within a python script, I get the following error:

Python 3.6.10 |Anaconda, Inc.| (default, Jan 7 2020, 21:14:29)
[GCC 7.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.

import tlseparation
Traceback (most recent call last):
File "", line 1, in
File "/home/vr-lab/anaconda3/envs/tlsep_env/lib/python3.6/site-packages/tlseparation/init.py", line 30, in
import classification
ModuleNotFoundError: No module named 'classification'

I'm using Ubuntu 16.04 LTS.
@mattbv @philwilkes Kindly provide me assistance in resolving this issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions