I installed this 2026-05-28 but when I try to run this, the same error always occurs even when use an example file from the git. The error apparently originating in the algorithm.py file. An example of the error is included below (where the path was replaced with 'etc...' for brevity). Is this an error in the code itself or installation/version.?
C:\ect...\Python\Python37\Scripts>cryptkeeper.exe -i C:\etc...\cryptkeeper-master\examples\scn1a.gb
Traceback (most recent call last):
File "c:\etc...\python\python37\lib\runpy.py", line 193, in run_module_as_main
"main", mod_spec)
File "c:\etc...\python\python37\lib\runpy.py", line 85, in run_code
exec(code, run_globals)
File "C:\etc...\Python\Python37\Scripts\cryptkeeper.exe_main.py", line 5, in
File "c:\etc...\python\python37\lib\site-packages\cryptkeeper_init.py", line 1, in
from .cryptkeeper import cryptkeeper
File "c:\etc...\python\python37\lib\site-packages\cryptkeeper\cryptkeeper.py", line 19, in
from rhotermpredict import rho_term_predict
File "c:\etc...\python\python37\lib\site-packages\rhotermpredict_init_.py", line 1, in
from .algorithm import rho_term_predict
File "c:\etc...\python\python37\lib\site-packages\rhotermpredict\algorithm.py", line 420
open(csv_file, "w", encoding="utf-8") as csv_filestream,
I installed this 2026-05-28 but when I try to run this, the same error always occurs even when use an example file from the git. The error apparently originating in the algorithm.py file. An example of the error is included below (where the path was replaced with 'etc...' for brevity). Is this an error in the code itself or installation/version.?
C:\ect...\Python\Python37\Scripts>cryptkeeper.exe -i C:\etc...\cryptkeeper-master\examples\scn1a.gb
Traceback (most recent call last):
File "c:\etc...\python\python37\lib\runpy.py", line 193, in run_module_as_main
"main", mod_spec)
File "c:\etc...\python\python37\lib\runpy.py", line 85, in run_code
exec(code, run_globals)
File "C:\etc...\Python\Python37\Scripts\cryptkeeper.exe_main.py", line 5, in
File "c:\etc...\python\python37\lib\site-packages\cryptkeeper_init.py", line 1, in
from .cryptkeeper import cryptkeeper
File "c:\etc...\python\python37\lib\site-packages\cryptkeeper\cryptkeeper.py", line 19, in
from rhotermpredict import rho_term_predict
File "c:\etc...\python\python37\lib\site-packages\rhotermpredict_init_.py", line 1, in
from .algorithm import rho_term_predict
File "c:\etc...\python\python37\lib\site-packages\rhotermpredict\algorithm.py", line 420
open(csv_file, "w", encoding="utf-8") as csv_filestream,