This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ECAS India
Recipients ECAS India
Date 2019-10-01.13:24:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1569936251.44.0.0859719635079.issue38340@roundup.psfhosted.org>
In-reply-to
Content
creating build/temp.linux-x86_64-3.7/lib/World
  creating build/temp.linux-x86_64-3.7/lib/World/src
  x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ilib/World/src -I/usr/include/python3.7m -I/usr/local/lib/python3.7/dist-packages/numpy/core/include -c pyworld/pyworld.cpp -o build/temp.linux-x86_64-3.7/pyworld/pyworld.o
  x86_64-linux-gnu-gcc: error: pyworld/pyworld.cpp: No such file or directory
  x86_64-linux-gnu-gcc: fatal error: no input files
  compilation terminated.
  error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
  
  ----------------------------------------
  Failed building wheel for pyworld
  Running setup.py clean for pyworld
Failed to build pyworld
History
Date User Action Args
2019-10-01 13:24:11ECAS Indiasetrecipients: + ECAS India
2019-10-01 13:24:11ECAS Indiasetmessageid: <1569936251.44.0.0859719635079.issue38340@roundup.psfhosted.org>
2019-10-01 13:24:11ECAS Indialinkissue38340 messages
2019-10-01 13:24:11ECAS Indiacreate