michelleowen

Results 2 issues of michelleowen

When I tried to do Package Control: Install Package, I got no packages available for installation error. Please find the detailed log below: Package Control: Fetching list of available packages...

```# load text data fname = 'bayes_neuro_np794_nq788_d2000_random_noun.p' #fname = 'bayes_neuro_np794_nq788_d400.p' np.random.seed(2984) fpath = glo.data_file(fname) with open(fpath, 'r') as f: loaded = pickle.load(f) ``` TypeError: a bytes-like object is required, not...