error on launching, please see the error below:
Traceback (most recent call last):
File "/home/idl/anaconda3/envs/rastermap/lib/python3.9/runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/home/idl/anaconda3/envs/rastermap/lib/python3.9/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/home/idl/anaconda3/envs/rastermap/lib/python3.9/site-packages/rastermap/main.py", line 2, in
Getting same error - any resolution?
This looks like an issue between things written for pyqt4 but what is being installed is pyqt5
I'm also getting this issue--did anyone figure out a workaround?
Encountering this same issue on Windows 10. @carsen-stringer Any idea how to resolve this?
please pip install rastermap --upgrade, this code has been removed
Hi Carsen, I've done that (both just, and also about an hour ago), but I am still encountering the same error. The installation step says any version of Python > 3.0 should work; but do you have a recommended version, e.g. 3.9 instead of 3.7 maybe? I can try a fresh install in a new conda environment to see if that gets rid of the issue. Thanks!
Ah yes please try making a new environment, you need python 3.8 or higher