PyRayT icon indicating copy to clipboard operation
PyRayT copied to clipboard

ModuleNotFoundError: No module named 'pyrayt.materials'

Open lionelbrits opened this issue 2 years ago • 2 comments

Sorry, not sure if this is a pyrayt issue, but with a brand new Ubuntu install and Python 3.10.6 all I get is pyrayt 0.1.1 and when I try the examples I get

ModuleNotFoundError: No module named 'pyrayt.materials'

Really excited to use this package but I see no way forward right now. FIY I actually managed to hose my ubuntu installation trying to fix this problem (If you think that "apt remove python" will solve your problems, you now have two problems.)

lionelbrits avatar Jan 10 '23 13:01 lionelbrits

Apparently this could be a cache issue on pypi. See e.g.

https://github.com/pypi/warehouse/issues/2608

lionelbrits avatar Jan 10 '23 15:01 lionelbrits

Hi @lionelbrits,

Thanks for checking out The project. So far I've only tested PyRayT against Python 3.7 & 3.8, and PyPI prevents any later version of Python from installing the tool.

Once I confirm the software functions in later Python versions, I'll update the installation appropriately. In the meantime, you can quickly switch between Python Versions using a script like pyenv.

rfrazier716 avatar Jan 10 '23 16:01 rfrazier716