When I installed the latest package and registered and got my updated API key, in running:
temp_ucd_list.append(ucd.tl.base(temp_matrix, split=True, sort=False))
on a windows 11 machine, where I am running visual studio 2022, have a conda environment set up for this, and where I am setting the temp directory as:
tempfile.tempdir = "D:/Dropbox/appdata/temp"
where I have full control (so no permissions issues), I get the following permissions error:
test_ucd_list.append(ucd.tl.base(test_matrix, split=True, sort=False))
D:\Dropbox\data\UCD_Test\Python\ucd_env\lib\site-packages\anndata_core\anndata.py:117: ImplicitModificationWarning: Transforming to str index.
warnings.warn("Transforming to str index.", ImplicitModificationWarning)
2023-05-08 08:39:57,300|[UCD]|INFO: Starting UCDeconvolveBASE Run. | Timer Started.
Preprocessing Dataset | 0% (0 of 1) | | Elapsed Time: 0:00:00 ETA: --:--:--
Preprocessing Dataset | 100% (1 of 1) |##| Elapsed Time: 0:00:00 Time: 0:00:00
2023-05-08 08:40:02,039|[UCD]|INFO: Uploading Data | Timer Started.
2023-05-08 08:40:04,841|[UCD]|INFO: Upload Complete | Elapsed Time: 2.802 (s)
Waiting For Submission : UNKNOWN | Queue Size : 0 | / |#| 0 Elapsed Time: 0:00:00
Waiting For Submission : UNKNOWN | Queue Size : 0 | - |#| 1 Elapsed Time: 0:00:01
Waiting For Submission : UNKNOWN | Queue Size : 0 | \ |#| 2 Elapsed Time: 0:00:03
Waiting For Submission : QUEUED | Queue Size : 1 | | |#| 3 Elapsed Time: 0:00:05
Waiting For Submission : RUNNING | Queue Size : 1 | / |#| 3 Elapsed Time: 0:00:05
Waiting For Submission : RUNNING | Queue Size : 1 | | |#| 3 Elapsed Time: 0:00:05
Waiting For Completion | 0% (0 of 76) || Elapsed Time: 0:00:00 ETA: --:--:--
Waiting For Completion | 0% (0 of 76) || Elapsed Time: 0:00:01 ETA: --:--:--
Waiting For Completion | 0% (0 of 76) || Elapsed Time: 0:00:03 ETA: --:--:--
Waiting For Completion | 100% (76 of 76) || Elapsed Time: 0:00:05 ETA: 00:00:00
Waiting For Completion | 100% (76 of 76) || Elapsed Time: 0:00:07 ETA: 00:00:00
Waiting For Completion | 100% (76 of 76) || Elapsed Time: 0:00:07 Time: 0:00:07
2023-05-08 08:40:20,105|[UCD]|INFO: Download Results | Timer Started.
2023-05-08 08:40:21,022|[UCD]|INFO: Download Complete | Elapsed Time: 0.916 (s)
2023-05-08 08:40:21,022|[UCD]|INFO: Run Complete | Elapsed Time: 23.722 (s)
Traceback (most recent call last):
File "", line 1, in
File "D:\Dropbox\data\UCD_Test\Python\ucd_env\lib\site-packages\ucdeconvolve_tools_base.py", line 160, in deconvolve_base
ucdapiutils.download_and_attach_results(
File "D:\Dropbox\data\UCD_Test\Python\ucd_env\lib\site-packages\ucdeconvolve_api_apiutils.py", line 274, in download_and_attach_results
with h5py.File(temp_file.name) as hfile:
File "D:\Dropbox\data\UCD_Test\Python\ucd_env\lib\site-packages\h5py_hl\files.py", line 567, in init
fid = make_fid(name, mode, userblock_size, fapl, fcpl, swmr=swmr)
File "D:\Dropbox\data\UCD_Test\Python\ucd_env\lib\site-packages\h5py_hl\files.py", line 231, in make_fid
fid = h5f.open(name, flags, fapl=fapl)
File "h5py_objects.pyx", line 54, in h5py._objects.with_phil.wrapper
File "h5py_objects.pyx", line 55, in h5py._objects.with_phil.wrapper
File "h5py\h5f.pyx", line 106, in h5py.h5f.open
PermissionError: [Errno 13] Unable to open file (unable to open file: name = 'D:\Dropbox\appdata\temp\tmp9eay61jo', errno = 13, error message = 'Permission denied', flags = 0, o_flags = 0)
where I note the conda environment is set up in D:\Dropbox\data\UCD_Test\Python\ucd_env
Not sure if this has been seen before. So posting in case there is some permission conflict that happens in windows. In addition to setting up an isolated environment, I shut off all antivirus software and shut down all firewalls. The permissions also in the directories as indicated are appropriately set. So can't figure it out. This was not an issue in the previous version I had been using of UCD.
When I installed the latest package and registered and got my updated API key, in running:
temp_ucd_list.append(ucd.tl.base(temp_matrix, split=True, sort=False))
on a windows 11 machine, where I am running visual studio 2022, have a conda environment set up for this, and where I am setting the temp directory as:
tempfile.tempdir = "D:/Dropbox/appdata/temp"
where I have full control (so no permissions issues), I get the following permissions error:
D:\Dropbox\data\UCD_Test\Python\ucd_env\lib\site-packages\anndata_core\anndata.py:117: ImplicitModificationWarning: Transforming to str index.
warnings.warn("Transforming to str index.", ImplicitModificationWarning)
2023-05-08 08:39:57,300|[UCD]|INFO: Starting UCDeconvolveBASE Run. | Timer Started.
Preprocessing Dataset | 0% (0 of 1) | | Elapsed Time: 0:00:00 ETA: --:--:--
Preprocessing Dataset | 100% (1 of 1) |##| Elapsed Time: 0:00:00 Time: 0:00:00
2023-05-08 08:40:02,039|[UCD]|INFO: Uploading Data | Timer Started.
2023-05-08 08:40:04,841|[UCD]|INFO: Upload Complete | Elapsed Time: 2.802 (s)
Waiting For Submission : UNKNOWN | Queue Size : 0 | / |#| 0 Elapsed Time: 0:00:00
Waiting For Submission : UNKNOWN | Queue Size : 0 | - |#| 1 Elapsed Time: 0:00:01
Waiting For Submission : UNKNOWN | Queue Size : 0 | \ |#| 2 Elapsed Time: 0:00:03
Waiting For Submission : QUEUED | Queue Size : 1 | | |#| 3 Elapsed Time: 0:00:05
Waiting For Submission : RUNNING | Queue Size : 1 | / |#| 3 Elapsed Time: 0:00:05
Waiting For Submission : RUNNING | Queue Size : 1 | | |#| 3 Elapsed Time: 0:00:05
Waiting For Completion | 0% (0 of 76) || Elapsed Time: 0:00:00 ETA: --:--:--
Waiting For Completion | 0% (0 of 76) || Elapsed Time: 0:00:01 ETA: --:--:--
Waiting For Completion | 0% (0 of 76) || Elapsed Time: 0:00:03 ETA: --:--:--
Waiting For Completion | 100% (76 of 76) || Elapsed Time: 0:00:05 ETA: 00:00:00
Waiting For Completion | 100% (76 of 76) || Elapsed Time: 0:00:07 ETA: 00:00:00
Waiting For Completion | 100% (76 of 76) || Elapsed Time: 0:00:07 Time: 0:00:07
2023-05-08 08:40:20,105|[UCD]|INFO: Download Results | Timer Started.
2023-05-08 08:40:21,022|[UCD]|INFO: Download Complete | Elapsed Time: 0.916 (s)
2023-05-08 08:40:21,022|[UCD]|INFO: Run Complete | Elapsed Time: 23.722 (s)
Traceback (most recent call last):
File "", line 1, in
File "D:\Dropbox\data\UCD_Test\Python\ucd_env\lib\site-packages\ucdeconvolve_tools_base.py", line 160, in deconvolve_base
ucdapiutils.download_and_attach_results(
File "D:\Dropbox\data\UCD_Test\Python\ucd_env\lib\site-packages\ucdeconvolve_api_apiutils.py", line 274, in download_and_attach_results
with h5py.File(temp_file.name) as hfile:
File "D:\Dropbox\data\UCD_Test\Python\ucd_env\lib\site-packages\h5py_hl\files.py", line 567, in init
fid = make_fid(name, mode, userblock_size, fapl, fcpl, swmr=swmr)
File "D:\Dropbox\data\UCD_Test\Python\ucd_env\lib\site-packages\h5py_hl\files.py", line 231, in make_fid
fid = h5f.open(name, flags, fapl=fapl)
File "h5py_objects.pyx", line 54, in h5py._objects.with_phil.wrapper
File "h5py_objects.pyx", line 55, in h5py._objects.with_phil.wrapper
File "h5py\h5f.pyx", line 106, in h5py.h5f.open
PermissionError: [Errno 13] Unable to open file (unable to open file: name = 'D:\Dropbox\appdata\temp\tmp9eay61jo', errno = 13, error message = 'Permission denied', flags = 0, o_flags = 0)
where I note the conda environment is set up in D:\Dropbox\data\UCD_Test\Python\ucd_env
Not sure if this has been seen before. So posting in case there is some permission conflict that happens in windows. In addition to setting up an isolated environment, I shut off all antivirus software and shut down all firewalls. The permissions also in the directories as indicated are appropriately set. So can't figure it out. This was not an issue in the previous version I had been using of UCD.