0

Here I installed the library as follows dlib(Jupyter Anaconda 3):

conda create -n envname 

conda activate envname

conda install -c conda-forge dlib

But there is an error in the ..ipynb file when importing the library.

error

merv
  • 67,214
  • 13
  • 180
  • 245
  • always put code, data and full error message as text (not screenshot, not link) in question (not comment). – furas May 30 '21 at 21:58
  • you may have two Pythons installed and you could install module for one Python but you run code with other Python. If you run script with `python script.py` then you could use `python -m pip install dlib` to install module in correct Python. – furas May 30 '21 at 22:00
  • Does this answer your question? [Conda environments not showing up in Jupyter Notebook](https://stackoverflow.com/questions/39604271/conda-environments-not-showing-up-in-jupyter-notebook) – merv May 31 '21 at 01:59
  • ModuleNotFoundError Traceback (most recent call last) in ----> 1 import dlib ModuleNotFoundError: No module named 'dlib' – User200421 Jun 02 '21 at 11:47

0 Answers0