#๐Ÿ”’ ERROR: Failed to build installable wheels for some pyproject.toml based projects (noise)

15 messages ยท Page 1 of 1 (latest)

patent wind
#
Building wheels for collected packages: noise
  Building wheel for noise (pyproject.toml) ... error
  error: subprocess-exited-with-error

  ร— Building wheel for noise (pyproject.toml) did not run successfully.
  โ”‚ exit code: 1
  โ•ฐโ”€> [16 lines of output]
      running bdist_wheel
      running build
      running build_py
      creating build\lib.win-amd64-cpython-312\noise
      copying .\perlin.py -> build\lib.win-amd64-cpython-312\noise
      copying .\shader.py -> build\lib.win-amd64-cpython-312\noise
      copying .\shader_noise.py -> build\lib.win-amd64-cpython-312\noise
      copying .\test.py -> build\lib.win-amd64-cpython-312\noise
      copying .\__init__.py -> build\lib.win-amd64-cpython-312\noise
      running build_ext
      building 'noise._simplex' extension
      creating build\temp.win-amd64-cpython-312\Release
      "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.41.34120\bin\HostX86\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD "-IC:\Program Files\Python312\include" "-IC:\Program Files\Python312\Include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.41.34120\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include" /Tc_simplex.c /Fobuild\temp.win-amd64-cpython-312\Release\_simplex.obj
      _simplex.c
      C:\Program Files\Python312\include\pyconfig.h(59): fatal error C1083: Cannot open include file: 'io.h': No such file or directory
      error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\VC\\Tools\\MSVC\\14.41.34120\\bin\\HostX86\\x64\\cl.exe' failed with exit code 2
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for noise
Failed to build noise
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (noise)```
tidal forumBOT
#

@patent wind

Python help channel opened

Remember to:

  • Ask your Python question, not if you can ask or if there's an expert who can help.
  • Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
  • Explain what you expect to happen and what actually happens.

:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.

iron veldt
#

looks like the compiler is installed but no sdk

#

this project hasn't been updated in 9 years; are you sure it's what you want?

patent wind
#

Oh damn I didn't even notice

#

I was brainstorming with Claude on a way to improve a project and it suggested noise ๐Ÿ˜…

iron veldt
#

never take an LLM's words at face value

#

they tend to suggest packages that don't even exist

patent wind
#

Eh, it's a good tool to brainstorm for ideas with if you're a solo dev. Most times it provides good info but sometimes it misses too. I should check the packages it suggests more often ๐Ÿ˜†

#

Do you happen to know an alternative for noise?

iron veldt
#

I have no clue what it even does

fickle goblet
tidal forumBOT
#
Python help channel closed

This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.