You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The usage of your very cool package seems to raise a lot of errors under current python versions. Due to implicit relative imports being deprecated a lot of your imports cannot find the files in the same directory. To fix this please use explicit relative imports. An example:
Executing the example from your website using Kmer:
The usage of your very cool package seems to raise a lot of errors under current python versions. Due to implicit relative imports being deprecated a lot of your imports cannot find the files in the same directory. To fix this please use explicit relative imports. An example:
Executing the example from your website using Kmer:
The usage of your very cool package seems to raise a lot of errors under current python versions. Due to implicit relative imports being deprecated a lot of your imports cannot find the files in the same directory. To fix this please use explicit relative imports. An example:
Executing the example from your website using Kmer:
raises:
Thus, please replace any imports like
with relative imports like this:
placing a point before every imported python file within the same package.
The text was updated successfully, but these errors were encountered: