Python Forum
Module Dependency installation error
Thread Rating:
  • 3 Vote(s) - 3.67 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Module Dependency installation error
#10
(Feb-12-2017, 07:25 AM)wavic Wrote: Find it. You are using Linux so open /usr/include/python3.4m/ directory and look for pyconfig.h. It should be there. I just found it in my pyhon3.5/. If it is not there find it: # sudo or as root
 sudo find / -xdev -name "pyconfig.h" - print 
When you have the location just copy the file in /usr/include/python3.4m/. Or make a sim link there to the actual file. with the same name.
 sudo ln -s /path_to_the_file/pyconfig.h /usr/include/python3.4m/pyconfig.h 
This is safe and always can remove the link or the copy of the file.

Sir, I already found the pyconfig.h and it is in the same location (/usr/include/python3.4m/). Should I try editing the pyconfig.h?
Reply


Messages In This Thread
Module Dependency installation error - by draems - Feb-12-2017, 02:28 AM
RE: Module Dependency installation error - by wavic - Feb-12-2017, 06:31 AM
RE: Module Dependency installation error - by wavic - Feb-12-2017, 07:25 AM
RE: Module Dependency installation error - by draems - Feb-12-2017, 07:50 AM
RE: Module Dependency installation error - by wavic - Feb-12-2017, 08:18 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Install a module to a specific to Python Installation (one of many)) tester_V 2 2,034 Oct-29-2024, 03:25 PM
Last Post: snippsat
Question GLIBC dependency issue mackins 1 1,700 Jul-29-2024, 07:22 PM
Last Post: Gribouillis
  Installation module 'pyproj' QuentinR 1 2,790 Feb-28-2024, 10:00 AM
Last Post: snippsat
  [solved] What is the best/pytonic way to import with dependency ? SpongeB0B 2 1,502 Jul-09-2023, 05:05 AM
Last Post: SpongeB0B
  Getting "SSL client not supported by this Python installation" error prabirsarkar 0 1,628 Mar-13-2023, 05:01 PM
Last Post: prabirsarkar
  Request Dependency warning thetechnodino 0 1,558 Dec-20-2022, 02:12 AM
Last Post: thetechnodino
  Circular import dependency hobbyist 9 5,568 Feb-23-2021, 11:57 AM
Last Post: Gribouillis
  Poetry Dependency general Help felipesodre 0 1,908 Jan-14-2021, 07:46 PM
Last Post: felipesodre
  Installing nltk dependency Eshwar 0 2,556 Aug-30-2020, 06:10 PM
Last Post: Eshwar
  Pandas installation error pyzyx3qwerty 3 3,470 Jun-04-2020, 10:09 AM
Last Post: pyzyx3qwerty

Forum Jump:

User Panel Messages

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