lconklin
lconklin
@WillAyd I receive the same error when running it outside of Python installation folder. Unfortunately, I do not have admin access on my machine to test that out. If there...
C:\Users\\Documents is where I tried running it
Yes that's correct. I have recreated the issue there and in other folder locations
The code below seems to work: def run_read_data_from_existing_hyper_file(): print("Reading data from existing Hyper file") hyper_file = 'C://Users//USER_ID//Documents//hyper to df.hyper' print('Opening hyper file..') open(hyper_file, 'rb') print("The connection to the Hyper file...