Closed Daniel-Trung-Nguyen closed 2 years ago
Hello,
Maybe try using the version from GitHub because some changes have been made since I last updated pypi; I think that this probably is already resolved. I'm looking to push a new version to pypi over the next few days as well.
Hi Steven, Just ran it today from Google Colab. The error still persists in the Pypi version Cheers, Daniel
ModuleNotFoundError Traceback (most recent call last)
Got this issue when running on Colab
/usr/local/lib/python3.7/dist-packages/pyspatialml/preprocessing.py in()
6
7 from .raster import Raster
----> 8 from .temporary_files import _file_path_tempfile
9
10
ModuleNotFoundError: No module named 'pyspatialml.temporary_files'