Forum Discussion
Fabric Runtime 2.0 with semantic link
- 29 days ago
Ticket is closed: Python 3.13 Support · Issue #1243 · microsoft/semantic-link-labs
The solution in version 15.2 with python support is available since 2nd of July and solved this problem
Hi benitovbreugel ,
Fabric runtime 2.0 is currently in preview and at present it runs on Spark 4.1 which has Python 3.13. However, there was a bug raised for the semantic link labs python packages to include python version 3.13. Please see link below. Python 3.13 Support · Issue #1243 · microsoft/semantic-link-labs
Also, if you check the link , they have updated python version to 'requires-python=">=3.10,<3.14'
in Github as mentioned here. semantic-link-labs/pyproject.toml at main · microsoft/semantic-link-labs · GitHub
Please check once again and let me know if it works fine now.
If you found this helpful, consider giving some Kudos. If I answered or solved your problem, mark this post as the solution.
Thanks
Ati Puri
- benitovbreugel3 months ago
Advocate II
Thanks for notifying the Bug, this is indeed the problem.
Unfortunatelly, the new requirement:
'requires-python=">=3.10,<3.14', did not solve it for me.
So I beleive I have to wait for the bug to be fixed.
- ati_puri3 months ago
Resolver III
Yes, they did raise a PR for this bug, however this did not solve the problem. They are going to get in their next version 0.15.2 with proper PRs. Think it should come soon along with other PRs which they have raised, so the wait might not be long.
- benitovbreugel3 months ago
Advocate II
Thanks for confirming this!