-
-
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
CLI env --json #1031
Comments
Missing target packs is not an issue. Does this path |
Fixed and will be published with next release |
Yes it does, and it looks like below. The reason could be that I have hungarian Win10, and even File Explorer shows the folder as
|
Sorry for the confusion, but it did work on my computer where I have the .NETFramework folder, but you were right, it didn't work where that folder did not exist, even with v4.8 installed. |
Okay I fixed the hardcoded paths to a smart path so windows can return the correct user path. I think this will fix the issue |
Describe the bug
On some of our computers the
pyrevit env --json
command fails with the following output:--debug
not seem to help here.The hungarian part means cannot find part of path. Those computers have .net 4.8 installed, so it wont let me install 4.7.1, only net runtime 2.0.7..
The normal text
pyrevit env
provides the flollowing:I don't get why it says No .Net Target Packs are installed. and No .Ne-Core Target Packs are installed. I guess that should be the issue but I can't find a way to fix it.
The text was updated successfully, but these errors were encountered: