Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is it possible to compile a Revit add-in with Python code for a user that does not have an install of Python using IronPython or alike?
In a Revit plugin written in C# I'd like to do data processing and machine learning, which seems best to be done in Python because of readily available packages such as Gensim, Tensorflow, FuzzyWuzzy, Pandas, etc. I don't want to assume or ask the end user to install Python to run my plugin, but would still like to use those Python packages. I got IronPython working on my machine with a Python install, but cannot run the same script on a machine without a Python install. Please let me know if any clarification would help.
Solved! Go to Solution.