pyrevitlabs / pyRevit

Rapid Application Development (RAD) Environment for Autodesk Revit®
http://wiki.pyrevitlabs.io
GNU General Public License v3.0
1.33k stars 338 forks source link

pyRevit Addin not loaded - Revit 2020.2 #774

Closed TheBIMsider closed 4 years ago

TheBIMsider commented 4 years ago

Describe the bug I have pyRevit 4.7.4 installed and the below has happened to me

"If you have installed pyRevit, and the installation completed with no errors but pyRevit doesn't load, please run the command below in terminal. This should fix the issue on your machine, however, please continue filing the issue with instructions below.

pyrevit attach master 277 --installed"

The outcome was: 2019-12-16_11-29-42

I followed the FAQ as well and below is what you see on my machine when I run "pyrevit env" 2019-12-16_11-34-12

Desktop:

When I ran the debug the attach .txt is what was reported

pyRevit_4.7.4_Bug_report_CStorms.txt

I have had previous versions of pyRevit installed without issue, as recent as the last stable version of 4.6

I also have Revit 2019.2.2 and 2018.3.3 installed the addin does not appear in those versions either

Carl

clarkc commented 4 years ago

I am having this exact issue. I even uninstalled the 4.7.4 and tried to revert back to 4.6.24 and nothing is appearing in my Revit. We are running versions 2018/2019/2020 on our machines.

eirannejad commented 4 years ago

@TheBIMsider Would you mind running pyrevit update and then pyrevit revits --supported to see if Revit 2020.2 will be listed?

After the update, Revit 2020.2 should be listed under pyrevit env

You are also missing the master clone. Find the installed pyRevit path and manually add it please

pyrevit clones add master <put the path here>

You can reattach pyRevit now.

TheBIMsider commented 4 years ago

Hello @eirannejad

I did all you asked above and still no luck. So then I tried the original FAQ answer

pyrevit attach master 277 --installed (after doing all of your steps above)

That fixed it, all is good now

Thanks!

eirannejad commented 4 years ago

Added the 2020.2.1.1 info to the host info file in pyRevit repo.

https://github.com/eirannejad/pyRevit/commit/d2eb8ee7cf5aeba0c6f6b24b5c53f4c6fdffb847

pyrevit update should pull this new updated file to %appdata%/pyRevit/Cache and pyRevit will know about this Revit version from now on.

rockerape commented 3 years ago

had the similar issues on my 2020.2.3 and pyrevit attach master 277 --installed work like a charm. thanks