-
How to create a Python virtual environment for OpenBazaar
You may run into errors when running OpenBazaar-Server. One common error is this: Traceback (most recent call last): File “openbazaard.py”, line 8, in <module> import stun ImportError: No module named stun This happens because Python (which is running OpenBazaar-Server) doesn’t have access to the Python module, stun. If you have already run the command, pip […]