I've installed pip3 install numpy, but when I run pip3 install --user pyshtools, ModuleNotFoundError: No module named 'numpy' [end of output]
FED-Noob opened this issue · 8 comments
The problem is that pyshtools does not yet support Python 3.12. If you switch to Python 3.11, it should work.
Python 3.12 removed distutils
, which broke all Python libraries that use Fortran dependencies, particularly on Windows. As pyshtools is a Python binding to the Fortran SHTOOLS library, this broke pyshtools. There are some draft pull requests to fix it, but these are not yet finished.
Windows requires you to use double quotation marks to escape paths with spaces, e.g., -n "C:\Program Files\Hugin\bin\nona.exe"
.
Thank you. I can cut the picture now,, Can you only cut a whole panorama? Can 6 cubemap images be cut?
Without modifications, the generate.py
script only works with equirectangular inputs.
when I move the Angle occasionally appear black lumps
That (and the screenshot) isn't really enough information to go on. Do you have an example you can link to? What version of Pannellum are you using? What's your configuration?