Hello there,
Yesterday someone created an issue about a failure to import module(s). In this update this has hopefully also been fixed (it works for me), but I am waiting to hear back from him to confirm this is also the case for him.
Sadly, I still have the same error on a fresh python3.6 virtual environment install from pypi on the latest version. After further review, I believe the problem is on the setup.py
.
Looks like the packages
field in the setup() needs also fpl.models
. It should be: packages=["fpl", "fpl.models"]
.
This happened to me a couple of times in the past, the best way to avoid this, using find_packages instead of hard coding package names.
Your contribution has been evaluated according to Utopian policies and guidelines, as well as a predefined set of questions pertaining to the category.
To view those questions and the relevant answers related to your post, click here.
Chat with us on Discord.
[utopian-moderator]Need help? Write a ticket on https://support.utopian.io/.
Thank you for your review, @emrebeyler!
So far this week you've reviewed 1 contributions. Keep up the good work!