updated troubleshooting

This commit is contained in:
Vivian M
2025-10-08 12:04:41 -04:00
parent d9bfeff6b7
commit 5207d70934
2 changed files with 1 additions and 12 deletions

View File

@@ -55,8 +55,4 @@ If there are any errors please make sure you are using the proper path
to Python 3 and the requirement dependencies installed.
## Troubleshooting
You can verify that dependencies are correct by navigating to:
`~/.ghidra/.ghidra_${VERSION}/Extensions/deepcut-ghidra/data`
and running `./python3 deepcut.py`. Python will throw errors if it
can't find dependencies. If the process runs and sits there waiting
for input, then the dependencies should be correct.
The main analysis is performed by the script `deepcut.py` in the directory `~/.ghidra/.ghidra_${VERSION}/Extensions/deepcut-ghidra/ghidra_scripts/`, which can be run outside the context of Ghidra. Python will throw errors if it can't find dependencies. If the process runs and sits there waiting for input, then the dependencies should be correct.

View File

@@ -1,7 +0,0 @@
torch-geometric==1.6.3
--find-links https://pytorch-geometric.com/whl/torch-1.7.0+cpu.html
torch-sparse==0.6.8
torch-scatter==2.0.5
torch-cluster==1.5.8
torch-spline-conv==1.2.0