Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Model attach error #8

Open
ayazus opened this issue Nov 15, 2024 · 6 comments
Open

Model attach error #8

ayazus opened this issue Nov 15, 2024 · 6 comments

Comments

@ayazus
Copy link

ayazus commented Nov 15, 2024

I am trying to attach model. it is showing error.

error1

i have set correct path of SAP

@rpakishore
Copy link
Owner

Hi, it looks like the Path you are providing only points to the directory and not the SAP2000.exe file itself.

I have pushed an update to the project that would address this issue, along with a few others.

This version should be better at locating the SAP2000.exe file, by itself. Can you follow the new steps outlined and let me know if it works for you?

I am copy pasting the steps below for your convenience.

Installation Instructions:

git clone https://github.com/rpakishore/ak_sap.git && cd ak_sap
pip install uv
uv venv && uv pip install -r pyproject.toml --extra gui

Usage Directions:

uv run streamlit run Start_Here.py

@ayazus
Copy link
Author

ayazus commented Nov 18, 2024 via email

@rpakishore
Copy link
Owner

I am not able to replicate the error on my end, Can you please provide the error message from your command prompt?

@ayazus
Copy link
Author

ayazus commented Nov 19, 2024 via email

@rpakishore
Copy link
Owner

Sorry, but github does not transmit images if you respond through an email. You will either have to upload it here or copy paste the error as text

@ayazus
Copy link
Author

ayazus commented Dec 20, 2024

i have done all steps.. now it has started on local host.. but on web view ,, given below error is showing.

File "C:\Users\abhishek.pathade\PycharmProjects\PythonProject2.venv\Lib\site-packages\streamlit\runtime\scriptrunner\exec_code.py", line 88, in exec_func_with_error_handling
result = func()
^^^^^^
File "C:\Users\abhishek.pathade\PycharmProjects\PythonProject2.venv\Lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 579, in code_to_exec
exec(code, module.dict)
File "C:\Users\abhishek.pathade\PycharmProjects\PythonProject2\ak_sap-main (1)\ak_sap-main\pages\2_Tables.py", line 3, in
from ak_sap import Sap2000Wrapper

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants