Skip to content

Changing the imports with absolute paths#4

Open
MZehren wants to merge 1 commit intochordify:masterfrom
MZehren:master
Open

Changing the imports with absolute paths#4
MZehren wants to merge 1 commit intochordify:masterfrom
MZehren:master

Conversation

@MZehren
Copy link

@MZehren MZehren commented May 6, 2021

Hi,

When installing your project with pip:

pip install 'git+https://github.com/chordify/tapcorrect#subdirectory=python&egg=tapcorrect'

and then running in Python:

import tapcorrect

I found the error:

ModuleNotFoundError: No module named 'activation'

I changed the import scheme to use absolute paths instead. I think it is the most elegant solution to allow using tapcorrect in other packages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant