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
Process SpawnPoolWorker-1:
Traceback (most recent call last):
File "C:\Users\fuji_\anaconda3\envs\ctapp\Lib\multiprocessing\process.py", line 314, in bootstrap
self.run()
File "C:\Users\fuji\anaconda3\envs\ctapp\Lib\multiprocessing\process.py", line 108, in run
self._target(*self.args, **self.kwargs)
File "C:\Users\fuji\anaconda3\envs\ctapp\Lib\multiprocessing\pool.py", line 114, in worker
task = get()
^^^^^
File "C:\Users\fuji\anaconda3\envs\ctapp\Lib\multiprocessing\queues.py", line 367, in get
return ForkingPickler.loads(res)
^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: Can't get attribute 'work' on <module 'mp_main' from 'C:\Users\fuji\Desktop\WFS_CTAPP\Tree_Segmentation\TreeCrownDelineation\scripts\rasterize.py'>
Hello!
When im trying to run rasterize.py script im getting this:
python "C:\Users\fuji_\Desktop\WFS_CTAPP\Tree_Segmentation\TreeCrownDelineation\scripts\rasterize.py" -i "D:\World_From_Space\CTAPP\Internal_outputs\Tree_segmentation\Hradec_Kralove\Folder_Structure\data\tiles\Hradec_Kralove_orthoimagery_merged_5514_part_3.tif" -o "D:\World_From_Space\CTAPP\Internal_outputs\Tree_segmentation\Hradec_Kralove\Folder_Structure\data\mask\mask_" -shp "D:\World_From_Space\CTAPP\Internal_outputs\Tree_segmentation\Hradec_Kralove\Training_Samples\sample_segments_hrka_5514_tile_3.geojson"
Im getting:
Process SpawnPoolWorker-1:
Traceback (most recent call last):
File "C:\Users\fuji_\anaconda3\envs\ctapp\Lib\multiprocessing\process.py", line 314, in bootstrap
self.run()
File "C:\Users\fuji\anaconda3\envs\ctapp\Lib\multiprocessing\process.py", line 108, in run
self._target(*self.args, **self.kwargs)
File "C:\Users\fuji\anaconda3\envs\ctapp\Lib\multiprocessing\pool.py", line 114, in worker
task = get()
^^^^^
File "C:\Users\fuji\anaconda3\envs\ctapp\Lib\multiprocessing\queues.py", line 367, in get
return ForkingPickler.loads(res)
^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: Can't get attribute 'work' on <module 'mp_main' from 'C:\Users\fuji\Desktop\WFS_CTAPP\Tree_Segmentation\TreeCrownDelineation\scripts\rasterize.py'>
Os System: Windows 11
Also I couldnt install yaml config file:
(ctapp) C:\Users\fuji_\Desktop\WFS_CTAPP>conda env create -f https://raw.githubusercontent.com/AWF-GAUG/TreeCrownDelineation/master/environment.yml -n tree_crown_env
Channels:
Platform: win-64
Collecting package metadata (repodata.json): done
Solving environment: failed
PackagesNotFoundError: The following packages are not available from current channels:
Current channels:
To search for alternate channels that may provide the conda package you're
looking for, navigate to
and use the search bar at the top of the page.
Thank you!
The text was updated successfully, but these errors were encountered: