ansys / pyrocky

A Python API for Ansys Rocky
https://rocky.docs.pyansys.com/
MIT License
4 stars 1 forks source link

PyRocky: ansys-rocky-core does not find module named 'requests' #119

Open gabrielgonini opened 3 weeks ago

gabrielgonini commented 3 weeks ago

🔍 Before submitting the issue

🐞 Description of the bug

Reporting the following error in PyRocky: No module named 'requests'. This happens when executing the notebook example Particle simulation with wall interaction. For now, the workaround is to ask the user to install 'requests'.

📝 Steps to reproduce

Using a kernel where no other package was installed, execute the notebook example Particle simulation with wall interaction.

💻 Which operating system are you using?

Windows

📀 Which ANSYS version are you using?

No response

🐍 Which Python version are you using?

3.11

📦 Installed packages

No additional packages, just the pyrocky installation as in the instructions.