Keith Briggs
Keith Briggs
Thanks very much - it's working now!
kbriggs> sudo apt-get install libspatialindex Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package libspatialindex
Should be: sudo apt-get install libspatialindex-dev
Thanks - it's all built now, but I can't run it because there are some python 3.7 dependencies, and I have 3.6.9 :(
I didn't try a virtual environment - I don't like the concept as it does things I can't see. Does the second way ("pip install -e .") avoid Conda? ________________________________...
Thanks - I found that I did have python 3.7.5 on my system (python3 was 3.6), and `sudo python3.7 setup.py install` worked. However, now I get: > kbriggs@Dell:~> python3.7 >...
Ok, thanks again - I'll look into that.
I tried some things but I can't remember what now. I'll check again.
Could be good, but I have no specific knowledge of Docker. And I don't need pvtrace at the moment. I have several linux machines, and probably the best would be...
I followed your conda instructions exactly on a new Ubuntu machine. I had to change `conda create --name pvtrace-env python=3.7.8` to `conda create --name pvtrace-env python=3.8` To make it work....