-
-
Notifications
You must be signed in to change notification settings - Fork 345
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pyRevit conflict with Rhino inside Revit and Honeybee/Ladybug tools #2119
Comments
Routing this to the honeybee and rhino team would be appropriate? To reproduce, we would need to own rhino and honeybee licences which we don't (speaking for myself). |
And please provide a proper bug report with the info asked in the issue template. |
Hello jmcouffin, thank you for your response. Sorry, I'm not too familiar with github and I'm not familiar with creating logs. My feeling tells me however the issue will need to be solved through Revit, as the same revit file is trying to use two different plugins that connect to two different IronPython or Python versions (one from pyRevit and one from Rhino Inside Revit) which is causing some sort of disruption. |
@OFSFTurkcan any news from the other side ? |
Hello jmcouffin, sadly there is no update on their side. I shared it on the McNeel and Ladybug discourses. Additionally Japhy from McNeel said he would get in touch with Ehsan on this issue. Perhaps you can get in touch with Japhy? And otherwise Ehsan or Chris Mackey to check up on this issue? Or I can DM Japhy to get in touch with you! My post on the fora were: |
This might be a related issue with pollination, the cloud version of honeybee/ladybug, that was using a similar ironpython engine. It was fixed by them by switching to IronPython 3.4 :) |
@OFSFTurkcan let me know if that fixes the issue and I can close it |
Hello, apologies for my late reply (was shortly ill), we are not using Pollination so it should not be related to that. |
Hi @OFSFTurkcan, could you please tell us whats the minimum reproducible example to get this issue? what software should I install and in what order? From what I understand, the following software are involved:
can we slim this list down to avoid having to install all of them and still have the problem, or are they all needed? |
🐞 Describe the bug
Hello, at our office we use Rhino Inside Revit with Revit 2022.1 to run energy and daylight simulations using the Ladybug/Honeybee plugins. After the installation of pyRevit on our PC, the Honeybee energy components were not working (_sqlite3 not found). There are many issues on this on the Ladybug and McNeel Rhino discourse fora. There is some form of interference as both plugins use IronPython.
Uninstalling pyRevit fixed this issue, so somehow there is a conflict between pyRevit and Rhino Inside Revit trying to use (different?) versions of IronPython and Python. I wanted to share that with you guys as well :)
Our build was Revit 2022.1, Rhino Inside Revit 1.19, Ladybug/Honeybee version 1.6.0.
The text was updated successfully, but these errors were encountered: