barseghyanartur / django-fobi

Form generator/builder application for Django done right: customisable, modular, user- and developer- friendly.
https://pypi.python.org/pypi/django-fobi
484 stars 112 forks source link

[Installation Broken] ModuleNotFoundError: No module named 'nine.versions' #219

Closed nicolasmendoza closed 5 years ago

nicolasmendoza commented 5 years ago

[Installation Broken], using:

Python 3.7 Django 2.1.5 django-fobi 0.13.10 django-nine 0.2 (fobi dependency)

from nine.versions import DJANGO_GTE_1_10

barseghyanartur commented 5 years ago

Pin 'django-nine' to 0.1.3

nicolasmendoza commented 5 years ago

Would be nice to freeze the library (Fobi dependencies) versions or try to be more explicit in setup.py to avoid issues on this kind. Because this was working but looks like the issue is with the latest version of the nine's library (v2.0, released 1 day ago).

A temporal workaround is to override the nine-version installed by Fobi, the version 0.1.13 instead of version 0.2 in requirements.txt after of django-fobi

barseghyanartur commented 5 years ago

I'll fix that today. One way or another.

nicolasmendoza commented 5 years ago

Thanks @barseghyanartur

barseghyanartur commented 5 years ago

@nicolasmendoza:

It shall be fixed by now. If you install it again (in a new environment) or upgrade django-nine to latest version (0.2.1).

nicolasmendoza commented 5 years ago

Thanks @barseghyanartur