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)```
#๐ ERROR: Failed to build installable wheels for some pyproject.toml based projects (noise)
15 messages ยท Page 1 of 1 (latest)
@patent wind
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.
Closes after a period of inactivity, or when you send !close.
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?
Oh damn I didn't even notice
I was brainstorming with Claude on a way to improve a project and it suggested noise ๐
never take an LLM's words at face value
they tend to suggest packages that don't even exist
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?
I have no clue what it even does
There's a current looking perlin-noise package, could probably be used as a replacement. https://pypi.org/project/perlin-noise/
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.