You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
thanks for your great package. It worked well when I used it a while ago on a Mac. Now, I just wanted to re-run my code on Windows 10 and once I run
corrected_merged = mnnpy.mnn_correct(batchdict[1][1], batchdict[2][1], var_index=indexlist[4:], batch_key='Replicate', save_raw=True)
I get the following error. Any ideas how I can fix this?
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\User\Anaconda3\envs\ownenv\lib\multiprocessing\spawn.py", line 105, in spawn_main
exitcode = _main(fd)
File "C:\Users\User\Anaconda3\envs\ownenv\lib\multiprocessing\spawn.py", line 114, in _main
prepare(preparation_data)
File "C:\Users\User\Anaconda3\envs\ownenv\lib\multiprocessing\spawn.py", line 225, in prepare
_fixup_main_from_path(data['init_main_from_path'])
File "C:\Users\User\Anaconda3\envs\ownenv\lib\multiprocessing\spawn.py", line 277, in _fixup_main_from_path
run_name="mp_main")
File "C:\Users\User\Anaconda3\envs\ownenv\lib\runpy.py", line 261, in run_path
code, fname = _get_code_from_file(run_name, path_name)
File "C:\Users\User\Anaconda3\envs\ownenv\lib\runpy.py", line 231, in _get_code_from_file
with open(fname, "rb") as f:
OSError: [Errno 22] Invalid argument: 'C:\Users\User\PycharmProjects\ownenv\'
The text was updated successfully, but these errors were encountered:
Hi,
thanks for your great package. It worked well when I used it a while ago on a Mac. Now, I just wanted to re-run my code on Windows 10 and once I run
corrected_merged = mnnpy.mnn_correct(batchdict[1][1], batchdict[2][1], var_index=indexlist[4:], batch_key='Replicate', save_raw=True)
I get the following error. Any ideas how I can fix this?
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\User\Anaconda3\envs\ownenv\lib\multiprocessing\spawn.py", line 105, in spawn_main
exitcode = _main(fd)
File "C:\Users\User\Anaconda3\envs\ownenv\lib\multiprocessing\spawn.py", line 114, in _main
prepare(preparation_data)
File "C:\Users\User\Anaconda3\envs\ownenv\lib\multiprocessing\spawn.py", line 225, in prepare
_fixup_main_from_path(data['init_main_from_path'])
File "C:\Users\User\Anaconda3\envs\ownenv\lib\multiprocessing\spawn.py", line 277, in _fixup_main_from_path
run_name="mp_main")
File "C:\Users\User\Anaconda3\envs\ownenv\lib\runpy.py", line 261, in run_path
code, fname = _get_code_from_file(run_name, path_name)
File "C:\Users\User\Anaconda3\envs\ownenv\lib\runpy.py", line 231, in _get_code_from_file
with open(fname, "rb") as f:
OSError: [Errno 22] Invalid argument: 'C:\Users\User\PycharmProjects\ownenv\'
The text was updated successfully, but these errors were encountered: