Open seyed121 opened 2 months ago
Hey @seyed121, I am unable to replicate this error on my end. Can you confirm you are using the latest version of the ak_sap
module?
You can confirm that you are using the latest version by running pip install ak_sap --upgrade
it's the latest version but it's still not working. I try Pypi package and install from git, but none of them don't work.
Hey Seyed, Can I get you to run the following debugging steps
Please set debug(status=True) at the top of your py
file for more explicit debug messages
from ak_sap import debug
debug(status=True)
It looks like you are installing the package in your base environment, instead can you run the app in a new virtual environment using the venv
package in python? It should help us figure out if you are running into any dependency conflicts.
What version of SAP2000 and Python are you using?
If you are still running into issues, maybe it's specific to your environment. Hit me up at ak_sap@rpakishore.co.in, I can help you debug the error and patch the code to address it.
Hi, I want to connect to sap2000 and read the table 'Joint Displacements' from a open file. but when I use code
this error occured