Flask-Store icon indicating copy to clipboard operation
Flask-Store copied to clipboard

pip install Flask-Store missing REQS.TESTING.txt

Open keabarnes opened this issue 9 years ago • 5 comments

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

keabarnes avatar Jan 07 '17 01:01 keabarnes

Collecting Flask-Store
  Using cached Flask-Store-0.0.4.4.tar.gz (11 kB)
    ERROR: Command errored out with exit status 1:
     command: 'D:\path\to\env\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\myuser\\AppData\\Local\\Temp\\pip-install-mn7y42mm\\Flask-Store\\
setup.py'"'"'; __file__='"'"'C:\\Users\\myuser\\AppData\\Local\\Temp\\pip-install-mn7y42mm\\Flask-Store\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'
\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\myuser\AppData\Local\Temp\pip-install-mn7y42mm\Flask-Store\pip-egg-info'
         cwd: C:\Users\myuser\AppData\Local\Temp\pip-install-mn7y42mm\Flask-Store\
    Complete output (3 lines):
    C:\Users\myuser\AppData\Local\Temp\pip-install-mn7y42mm\Flask-Store\setup.py:64: UserWarning: REQS.TESTING.txt was not found
      warnings.warn('{0} was not found'.format(filename))
    error in Flask-Store setup command: 'extras_require' must be a dictionary whose values are strings or lists of strings containing valid project/version requirement specifiers.
    ----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

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) Python 3.6

arjun-inapp avatar Apr 15 '20 12:04 arjun-inapp

I see the same error as above, but on osx python 3.8. Pretty much makes the project unsable.

shield007 avatar Nov 13 '20 08:11 shield007

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.

andypwarren avatar Nov 13 '20 09:11 andypwarren

@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. Really great package to start off for the purpose. :)

arjun-inapp avatar Nov 13 '20 09:11 arjun-inapp

Just submitted PR https://github.com/thisissoon/Flask-Store/pull/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 ?

shield007 avatar Nov 13 '20 09:11 shield007