Data-shapes isn't working with Dynamoironpython2.7 version 3.2.1

Hi All,

My Revit version is 2023.1.40.56, Dynamo Revit 2.16.3.11903 and Data-shapes version 2025.3.118. I’m new to Dynamo and Python. I have created a script using Data-shapes which works fine with Dynamoironpython2.7 version 2.4, but my colleagues work with Dynamoironpython2.7 version 3.2.1. Data-shapes isn’t working with Dynamoironpython2.7 version 3.2.1, Dynamo is asking the script to be updated to Python and to install Dynamoironpython2.7 version 2.4. Can anybody suggest any way to sort this issue or give me an alternate way to proceed.

Thanks in advance!

Hi @aakshhae and welcome,

Dynamoironpython2.7 version 3.2.1 is for Revit 2025+ (Net 8+)

info here


if you haven’t done so already, take time to read the forum rules (How to get help on the Dynamo forums ) and the community guidelines (https://forum.dynamobim.com/faq )

Hi @c.poupin,
Thanks for the reply. May I know the highest version of DynamoIronPython2.7 to run in Revit 2023 and Revit 2024. Will it have any issue with running dynamo scripts with Data-shapes package (with python 2.4) in both Revit 2023 and Revit 2024 simultaneously with higher version of DynamoIronPython2.7, because in our firm we use Revit 23 and 24 for different projects.

The package description has the version info.

To use multiple versions you will need to have separate package libraries - one for each Revit environment.

1 Like