Troubleshootings

  • Failed to install portfolio-synode

    Error:

    ERROR: Could not find a version that satisfies the requirement anson.py3 (from portfolio-synode) (from versions: none)
    

    Portfolio-synode requires a module which is still not published in PyPI. Install with this command:

    pip install –index-url https://test.pypi.org/simple –extra-index-url https://pypi.org/simple anson.py3

    If have to remove a package installed by a previous python version, e.g. installed by python 3.9, uninstall it with:

    pip3.9 uninstall portfolio-synode
    
  • Windows Network Firewall / Defender

For Windows with Firewall enabled, please make sure your filewall settings allow the port you configured.

Microsoft Docs

../_images/windows-firewall-0.png ../_images/windows-firewall-1.png ../_images/windows-firewall-2.png
  • Run with VS Code in Linux

Only tested in Ubuntu 24.04

To run Portfolio-synode from VS Code terminal in Ubuntu / Linux will result in errors like the report #179274.

../_images/04-portfolio-vscode-issue.png

This error can be avoid by running like this:

export GTK_PATH= && python3 -m portfolio-synode

which is strongly discuraged as this is not fully tested.