YAMACS-SML / GUIDE

Yasara Plugin for QM calculations
GNU General Public License v3.0
11 stars 0 forks source link

Plugin Crashed with ModuleNotFoundError: No module named 'pandas' #1

Open scantorva opened 12 months ago

scantorva commented 12 months ago

Hi GUIDE Team.

I've spend days trying to solve this problem, when I try yo run teh GUIDE Plugin in YASARA, gives the error No module named Pandas. I tried so many things 1.Install 3.10 and newest versions of Python

  1. Add directories of Scripts that contain the Pandas Files in Python root folder. (C:\User...-m pip install pandas)
  2. Add to Environment Variables System (PATH) Files from YASARA and Python Scripts like Pandas and Executables.
  3. I followed the information of the PDF from GUIDE_User_Manual.pdf for FAQ of this Plugin.

¿Someone can guide me to solve this problem?

image image

YAMACS-SML commented 11 months ago

Hello scantorva, The problem seems to be the multiple python version. I would suggest to replace pythonw.exe file in your yasara/epy/win/ folder with your python310.exe file and then rename it pythonw.exe file. I hope that will resolve the issue.