Python Forum
pycharm cannt find dlib which is installed
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
pycharm cannt find dlib which is installed
#1
I used "pip show dlib" and it shows the information of the dlib which I installed. However, when I used "import dlib" in pycharm, it shows "No Module named dlib". I installed python 3.7.4. what should I do ?
Reply
#2
By any chance do you have more than one python installation/virtual environment? Obvously it is installed in a different python than the one used to run your script
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply
#3
(Oct-15-2019, 03:53 AM)buran Wrote: By any chance do you have more than one python installation/virtual environment? Obvously it is installed in a different python than the one used to run your script

thank you ,I solved this problem. I installed python 2.7 on my computer, but I deleted it and changed to python3.7 later. I made some changes to my PYcharm settings and solved this problem.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  pip install dlib packge issue MahendraYadav 1 6,748 Aug-31-2021, 07:06 PM
Last Post: snippsat
  how to find module in installed packages keuninkske 3 3,152 May-09-2020, 10:21 PM
Last Post: keuninkske
  Loop face landmarking in all folder using dlib lokoprof 5 2,866 Apr-17-2020, 10:08 AM
Last Post: deanhystad
  PyCharm asking for VC++ runtime 14.0 whereas I have already installed VC++ 19.0 SarmadiRizvi 1 1,791 Apr-02-2020, 06:17 AM
Last Post: snippsat
  [split] Windows can't find installed packages deep_logic 11 5,345 Nov-26-2019, 10:39 PM
Last Post: snippsat
  PyCharm can't find the interpreter veromi22 0 1,873 Oct-15-2019, 01:26 AM
Last Post: veromi22
  Windows can't find installed packages TSheets13 7 7,468 Oct-02-2019, 06:12 PM
Last Post: snippsat
  Pycharm Cannot Find Pygame Module Myang123 2 5,929 Aug-07-2019, 01:26 AM
Last Post: Myang123
  Python can't find module installed in anaconda iFunKtion 12 54,201 Mar-06-2019, 05:15 PM
Last Post: jwsmallz
  detect Multiple faces using dlib vijaysagi 1 4,775 Jan-18-2017, 10:25 AM
Last Post: wavic

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020