Closed zalling closed 9 months ago
Thanks for raising the issue.
Please upgrade TM1py. I just pushed a new version to PyPI https://pypi.org/project/TM1py/2.0.1/
Running a pip install --upgrade
worked to upgrade to 2.0.1. Running the test files succeeds with true expected errors, and our actual app now executes without the | error.
Thanks for the quick update!
Describe the bug Today, February 1, 2024, our code utilizing TM1py started failing. It seems there was a new release yesterday,
2.0
, that when installed as a project dependency returns the following stacktrace in our app code:To Reproduce Create a new python virtual environment (I used Python3.9) with two files,
requirements.txt
andmain.py
.requirements.txt
main.py
:When trying to execute
python main.py
, receive the following stacktrace:Expected behavior No internal library errors to occur.
Version TM1py 2.0 TM1 Server Version: N/A