-
-
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
Can not find cpython engines #1779
Comments
Can you run |
Hi jmcouffin, thanks for your assistance. I checked post #605 and did not have folders 368 or 372 after install. Any idea why / where I can download them? They didn't appear to be in the source files for the latest release either. I ran pyrevit env in command and got these result: U:>pyrevit env U:> Thanks again for your help. |
Hi jmcouffin, I have both of the CPY folders and they both have content in them (see attached). I am, however, missing the IMPY340PR folder. Could that be the issue? I've already tried uninstalling and reinstalling using both exe files. I'm not savvy enough to understand your alternative solution "you could try to uninstall and use one of the WIP installer you can find under the actions tab in github in the artifacts of one of the actions." Can you clarify? Thanks again! |
The missing folder isn't the issue. |
Have you tried the command line ⬆️ ? |
I tried both of the CLI installers. I don't get an error message regarding the cpython engines on start up any more, but I don't see any pyrevit tools when I open Revit... even though I see the application in my installed apps (see attached). this is what I get after running pyrevit env: U:>pyrevit env U:> Thanks |
ok, Two options from there. You go grab one of the installers, either from the release section or from the actions section in the repo |
Hi jmcouffin, Thanks for the clarification. My understanding is obviously quite superficial. I've tried all of the installers in the release section and the actions section. Same issue persists. I tried using the command line to install as well... but I may be getting a bit out of my depth. This is what I get when I try the second alternative that you proposed using the command prompt: U:>pyrevit clone master U:>pyrevit attach master 2711 --installed --allusers U:>pyrevit clone master --debug U:> |
this:
tells you you already have an installation or a clone of pyRevit available there.
|
hey jmcouffin, After deleting the folder I ran reran the two command lines mentioned above. Unfortunately, still getting the same error that the system can not find cpython engines. |
Hi jmcouffin, Still having issues. I've tried all of the recommendations above? Any other ideas? Thanks. |
We have come across this same issue, even with the very latest version 4.8.13. We have found it is caused by having Windows FIPS mode enabled, which is a requirement for some of our users. If we disable FIPS, it works without issue. |
Can you try @brown313 recommandation @dankinnett ? |
This issue is stale because it has been open for 60 days with no activity. |
This issue was closed because it has been inactive for 14 days since being marked as stale. |
@brown313 Can you expand on how you disabled FIPs mode? What do you think is the cause of this mode blocking pyrevit from finding the cpython engines? |
In regedit, set HKLM\System\CurrentControlSet\Control\Lsa\FipsAlgorithmPolicy\Enabled to 0 |
I figured out the issue for our office. When we installed as admin, the
intaller was putting the python files in a location that Revit couldn't
access. Re-installing without running as an administrator solved the issue
for us.
Thanks,
Dan
…On Thu, May 9, 2024, 2:28 PM Ryan Haunfelder ***@***.***> wrote:
@brown313 <https://github.com/brown313> Can you expand on how you
disabled FIPs mode? What do you think is the cause of this mode blocking
pyrevit from finding the cpython engines?
—
Reply to this email directly, view it on GitHub
<#1779 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALFUK2CEHZ3N3T2TD6QEW5LZBPMATAVCNFSM6AAAAAAWO4OZU2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMBTGM3TAMJZGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hi, after installing the latest version pyrevit I got this error message "Can not find cpython engines". Any idea what I did wrong?
The text was updated successfully, but these errors were encountered: