Get error for alpyne attribute root path. #34
Unanswered
gjones1911
asked this question in
Q&A
Replies: 1 comment 1 reply
-
i also get the error. but i cannot solve the issue. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all,
I am attempting to run an exported model in python using Alpyne. I am using Python 3.10.5 on a windows machine using VScode. When I attempt to run the example Stock Manager model, I get the following error:
return alpyne._ROOT_PATH.joinpath("resources")
AttributeError: module 'alpyne' has no attribute '_ROOT_PATH'
Has anyone run into this issue?
Beta Was this translation helpful? Give feedback.
All reactions