Skip to content

Out of the box Docker installation - Server Could not start - Python Error in dash_marvinjs/init.py #3

@accessallow

Description

@accessallow

Steps to Reproduce:

  • Cloned repo into folder project/
  • Downloaded and extracted mjs folder from ChemAxon website, pasted in project/mjs
  • cd into project, making sure Dockerfiles are in current directory
  • Followed Docker installation instruction as given on README
    docker build -f Dockerfile_with_jupyter . -t repathdb:jupyter
    (command completes successfully)
  • Tried started docker image in interative mode, with below command,
    docker run -it -p 5432:5432 -p 5000:5000 -p 7474:7474 -p 7687:7687 -p 9999:9999 repathdb:jupyter

Got Below Error:

Image

Seems like syntax error in one of the included modules, possibly due to Python version.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions