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.

classification
Title: ERROR WHILE BUILDING pyworld for x86_64-linux-gnu-gcc
Type: compile error Stage: resolved
Components: Versions: Python 3.7
process
Status: closed Resolution: third party
Dependencies: Superseder:
Assigned To: Nosy List: ECAS India, xtreak
Priority: normal Keywords:

Created on 2019-10-01 13:24 by ECAS India, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
Screenshot from 2019-10-01 18-53-25.png ECAS India, 2019-10-01 13:24 error while collecting pyworld
Messages (2)
msg353694 - (view) Author: ECAS India (ECAS India) Date: 2019-10-01 13:24
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
msg353696 - (view) Author: Karthikeyan Singaravelan (xtreak) * (Python committer) Date: 2019-10-01 13:28
This is an issue tracker for CPython. The build log seems like an issue with pyworld package. I would suggest creating an issue in their tracker.
History
Date User Action Args
2022-04-11 14:59:21adminsetgithub: 82521
2019-10-24 12:21:21xtreaksetstatus: open -> closed
resolution: third party
stage: resolved
2019-10-01 13:28:07xtreaksetnosy: + xtreak
messages: + msg353696
2019-10-01 13:24:11ECAS Indiacreate