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

Installation Issue #1078

Closed wlburks closed 4 years ago

wlburks commented 4 years ago

Love this tool! I use it every day at work it is a huge timesaver. I'm at home now because Covid and was attempting to install the latest version on my home computer but I am having issues getting the tool to install at home. After I finish installing I launch Revit 2020.2 expecting to see the pop-up to always load the plugin. However, it doesn't show up, and as such the tool doesn't show up in the tab.

So I try the fix recommended on the website of running:

pyrevit attach master 277 --installed

However, when I run that command I get the following error: Error: Can not find clone "master" Run with "--debug" option to see debug messages

Below is what the command line returns:

C:\Users\William Burks>pyrevit env ==> Registered Clones (full git repos) ==> Registered Clones (deployed from archive/image) ==> Attachments ==> Installed Extensions ==> Default Extension Search Path C:\Users\William Burks\AppData\Roaming\pyRevit\Extensions ==> Extension Search Paths ==> Extension Sources - Default https://github.com/eirannejad/pyRevit/raw/master/extensions/extensions.json ==> Extension Sources - Additional ==> Installed Revits 2020.2.3 | Version: 20.2.30.42 | Build: 20200826_1250(x64) | Language: 1033 | Path: "C:\Program Files\Autodesk\Revit 2020\" ==> Running Revit Instances ==> User Environment Microsoft Windows 10 [Version 10.0.18363] Executing User: THOR\William Burks Active User: THOR\William Burks Admin Access: No %APPDATA%: "C:\Users\William Burks\AppData\Roaming" Latest Installed .Net Framework: 4.8 No .Net Target Packs are installed. No .Ne-Core Target Packs are installed. pyRevit CLI 4.8.4.0

C:\Users\William Burks>pyrevit attach master 277 --installed Error: Can not find clone "master" Run with "--debug" option to see debug messages

Love this tool can't thank you enough for your generosity. I'm sure I'm missing something obvious here.

wlburks commented 4 years ago

pyrevit

eirannejad commented 4 years ago

Thank you @wlburks and sorry for the trouble. See this comment please This should resolve the issue

wlburks commented 4 years ago

That did it thanks so much for your response!