-
Notifications
You must be signed in to change notification settings - Fork 13
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
pip install Flask-Store missing REQS.TESTING.txt #7
Comments
I'm getting this error during installation. I'm hoping this issue is related. my OS: win 10 (Same error in my linux system too) |
I see the same error as above, but on osx python 3.8. Pretty much makes the project unsable. |
Thanks for reporting this issue. We aren't currently maintaining this project but would be happy to receive pull requests if you have a fix. |
@shield007 Various tweaks are required for this package to work. I was able to do it but had to integrate it into our application. Otherwise I would have given a pull request. |
Just submitted PR #9 which enables it to install. Hopefully fixing this issue. I'd be intrested to know of any other issues you came across @arjun-inapp ? |
The setup.py file is still looking for REQS.TESTING.txt, but it seems it's no longer provided.
I'm not sure if I'm doing something wrong in the installation steps, but manually editing the requirements constants in the code let it continue.
Python 3.5
The text was updated successfully, but these errors were encountered: