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
when i try to setup in a different virtualenv i'm getting an error installing the package. fails with an: Encountered error while trying to install package: lxml,
however lxml installs properly with pip
edit:
it seems its specifically lxml==4.4.2 that fails building and setting up
edit:
downgraded python to 3.7 package installed successfully - was previously using 3.10
edit:
downgraded django to 2.* now i can see the migrations.
still cant get create_qwc to work. cant tell what 'm doing wrong.
edit:
oddly enough my installation of django-quickbooks didnt have create_qwc module in the management directory, so i added the create_qwc file and can now call create_qwc
edit:
After all, i found out that i also hadn't configured rabbitmq-server correctly. After setting up defaults worked perfectly.
trying to intergrate this app to into my project, facing the error above, please help
The text was updated successfully, but these errors were encountered: