AnswerDotAI / AnswerDotAI/fastprogress

UserWarning: Couldn't import ipywidgets properly, progress bar will use console behavior

Open
#91 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
1.1k
Forks
104
Avg merge
1m
Merged PRs (30d)
1

Description

/data/private/custom_environment/pointcnn/lib/python3.8/site-packages/fastprogress/fastprogress.py:102: UserWarning: Couldn't import ipywidgets properly, progress bar will use console behavior
warn("Couldn't import ipywidgets properly, progress bar will use console behavior")

---------------------------------------------------------------------------
NameError Traceback (most recent call last)
/tmp/ipykernel_1885/2333630497.py in
----> 1 export_point_dataset(path,output_path,
2 block_size = 100.0,
3 max_points = 8192)

/data/private/custom_environment/pointcnn/lib/python3.8/site-packages/arcgis/learn/__init__.py in export_point_dataset(data_path, output_path, block_size, max_points, extra_features, **kwargs)
1553
1554 from ._utils.pointcloud_data import prepare_las_data
-> 1555 prepare_las_data(data_path, block_size, max_points, output_path, extra_features, **kwargs)
1556
1557

/data/private/custom_environment/pointcnn/lib/python3.8/site-packages/arcgis/learn/_utils/pointcloud_data.py in prepare_las_data(root, block_size, max_point_num, output_path, extra_features, grid_size, blocks_per_file, folder_names, segregate, **kwargs)
852
853 folders = [os.path.join(root, folder) for folder in folder_names] ## Folders are named train and val
--> 854 mb = master_bar(range(len(folders)))
855 for itn in mb:
856 folder = folders[itn]

NameError: name 'master_bar' is not defined

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.