python - Can't find lpython2.7 -


/usr/lib/gcc/x86_64-pc-cygwin/5.4.0/../../../../x86_64-pc-cygwin/bin/ld: cannot find -lpython2.7 collect2: error: ld returned 1 exit status

i working on cygwin, trying install sentry , encountered error?

can tell why running problem, problem related python-dev package ?

also how install python-dev on cygwin if required ?

to search package containing file can use cygcheck or https://cygwin.com/packages/

using cygcheck in case:

$ cygcheck -p libpython2.7.dll.a found 3 matches libpython2.7.dll.a python-devel-2.7.12-1 - python-devel: python language interpreter (installed binaries , support files) python-2.7.10-1 - python: python language interpreter (installed binaries , support files) python2-devel-2.7.13-1 - python2-devel: python 2 language interpreter 

so need install cygwin setup python2-devel package last version right file.
not use pip install packages available cygwin setup


Comments

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -