0

I am having an issue with the pyconcrete installation from source,

src/pyconcrete_ext/pyconcrete.c:18:20: fatal error: Python.h: No such file or 
directory
compilation terminated.
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

I am running it how the github readme tells me to, which is python setup.py install

I Use the default passphrase, and get the same error every time.

Any help?

Ivan Kolesnikov
  • 1,787
  • 1
  • 29
  • 45
Dan Siebles
  • 35
  • 1
  • 4

1 Answers1

0

For pyconcrete support on windows, please pull the latest code.

Follow the below steps

  • Install VisualStudio 2008 or MSVC for Python2.7
  • Open VS2008 Command Prompt
  • set DISTUTILS_USE_SDK=1
  • set SET MSSdk=1
  • create distutils.cfg and put inside

    [build]
    compiler=msvc
    
  • python setup.py install

Falldog Hsieh
  • 178
  • 1
  • 6