Error with Pandas on Laptop but Works on Desktop

Hi, I have a desktop and a laptop, both with the same Python 3 + Rhino 8 environment, but I’m encountering an issue where the code runs normally on the desktop but throws an error “1. Error running script. partially initialized module pandas’ has no attribute pandas datetime_CAPI(most likely due to a circular import) [1:1]” on the laptop. I’ve tried the following solutions on the laptop:

  1. Reinstalling pandas.
  2. Reinstalling pandas with administrator privileges.
  3. Creating a virtual environment and reinstalling pandas.

Unfortunately, none of these solutions have worked.
Could anyone provide guidance on how to resolve this issue?
I will also attach a screenshot of the error message for reference.
Thank you!