altermarkive
Results
2
comments of
altermarkive
trafficstars
I had the same problem and the SOMPY version forked by @compmonks worked for me: pip3 install git+https://github.com/compmonks/SOMPY.git I only had to remove ipdb import from sompy.py and mapview.py because...
@pricklpitty - ipdb is a module which gives access the IPython debugger (https://pypi.python.org/pypi/ipdb). Besides `import ipdb` in sompy.py and mapview.py there are no other references to that module in the...