-
Notifications
You must be signed in to change notification settings - Fork 16
Description
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.