Skip to content

1.17.1 introduces ModuleNotFoundError: No module named 'starters' #748

@mtucker502

Description

@mtucker502

Overview

I upgraded to 1.17.1 to fix #729 but now when running icloud I receive a ModuleNotFoundError: No module named 'starters'.

Steps to Reproduce

  1. Install icloudpd@1.17.1
  2. Run icloud

Expected Behavior

No errors and icloud should display help.

Actual Behavior

starters module error:

/volume1/homes/mike/venv-icloudpd-amber/bin/icloud
(venv-icloudpd-amber) mike@thevault0:~$ icloud
Traceback (most recent call last):
  File "/volume1/homes/mike/venv-icloudpd-amber/bin/icloud", line 5, in <module>
    from starters.icloud import main
ModuleNotFoundError: No module named 'starters'

Context

This was broken in pull 726.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions