Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation (warning or error) #4

Open
aymeri0613 opened this issue Nov 25, 2021 · 0 comments
Open

Installation (warning or error) #4

aymeri0613 opened this issue Nov 25, 2021 · 0 comments

Comments

@aymeri0613
Copy link

aymeri0613 commented Nov 25, 2021

First of all here are the parameters of my virtual machines :
Linux vm01 4.19.0-14-amd64 #1 SMP Debian 4.19.171-2 (2021-01-30) x86_64 GNU/Linux

Following the installation of the APP by following the README, several improvements may be possible:

in the requirements.txt file :
- pkg_resources==0.0.0

I think it should be replaced by pkg-resources==0.0.0 ?

It seems to have a bug with Ubuntu and Debian systems to install this package :

Is this important ?

in the .env file :

SECRET_KEY=somesecret1234
FLASK_ENV=development
CENTER=43.623454433187,7.0469377950208605
COUNTRY=FR
INIT_ZOOM=14
CACHE_DEFAULT_TIMEOUT=
STATIC_CACHE_TIMOUT=

Small improvement nothing serious add the "E" to TIMEOUT in STATIC_CACHE_TIMOUT

is the secret key necessary, should we generate it from a python library ?

when I do the flask run command, I get the following error :

 * Environment: development
 * Debug mode: on
Usage: flask run [OPTIONS]

Error: While importing 'app', an ImportError was raised.

is it possible to find out more easily ?

thank you very much for your feedback.

And thank you for developing this, we will try to contribute to the building

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

No branches or pull requests

1 participant