MD-Studio / MDStudio

A general framework for microservice based distributed applications
Apache License 2.0
12 stars 0 forks source link

Error starting crossbar #110

Closed felipeZ closed 6 years ago

felipeZ commented 6 years ago

when starting MDStudio like ./start.sh I'm getting the following error:

docker logs  mdstudio_crossbar_1

Creating a virtualenv for this project…
/usr/local/bin/python: No module named virtualenv
Error while trying to remove the /root/.local/share/virtualenvs/app-4PlAip0Q env: 
No such file or directory

Virtualenv location: 
Loading .env environment variables…
Warning: There was an unexpected error while activating your virtualenv. Continuing anyway…
Traceback (most recent call last):
  File "/usr/local/lib/python3.6/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/usr/local/lib/python3.6/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "./__main__.py", line 6, in <module>
    import twisted
ModuleNotFoundError: No module named 'twisted'

The Redis and Mongo services are started normally