-
-
Notifications
You must be signed in to change notification settings - Fork 335
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
pyRevitloader error v4.5 #356
Comments
This is really odd. Try removing the stand-alone IronPython and see if it helps. |
HI, i removed IronPython but unfortunately still the same happens. |
Seems like it has troubles compiling the core C# code on the first run. Do the users have write/read access to the |
Yeah, all authenticated users have full read/write to the pyrevit directory. Even logged in as a local admin account gives the same result.
|
Honestly the only other issue I can think of is missing standard dotnet framework dlls. Would you be able to install Visual Studio (free edition) on the machine and test again? Visual studio installs a list of frameworks that might be the root cause of this. I've looked into the code and can't really think of anything that might be causing this. This is the first time I'm seeing the error :/ |
Still the same after installing .NET 4.7.2, and then all frameworks that come with the install of Visual Studio Community 2017.
One thing I have noticed, which I’m not sure if it would be the cause of the load error, is this add-in security warning:
[cid:image003.jpg@01D427F9.88C4DD10]
All our other plugins from the likes of V-Ray etc have a public CA (like GoDaddy etc). We are clicking ‘Always Load’, just wondered if the two were connected.
Cheers,
Carl
|
Hey any luck on getting pyRevit to load? I can't determine the root cause for this. The only thing I can think of is maybe somehow an antivirus os blocking the DLLs in |
@Coppolow Seems like you have unicode characters in your user profile path right? Would you be able to share your user path here? That'll help me understand why the path module is failing on a unicode character in the path |
pyRevit has a new loader. Try 4.6beta installer and see if the error still exists |
Hi,
I am getting the following dialogue after installing v4.5 in Revit 2018.3 after which the pyrevit tools fail to load. I initially thought it could have been missing some updated files, so we ran the update script, and then the install_addin script, so i believe everything should now be running the latest. I have also applied the TLS patch as discussed in one of the installation articles. We have tried manual installation also as per the youtube videos, which gives the same error. We do have IronPython 2.7.3 installed on the same machine. Any ideas what the cause could be?
System Specs:
Windows 7 x64 SP1
Revit 2018.3
This is the dialogue:
The text was updated successfully, but these errors were encountered: