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

pip install Flask-Store missing REQS.TESTING.txt #7

Open
keabarnes opened this issue Jan 7, 2017 · 5 comments
Open

pip install Flask-Store missing REQS.TESTING.txt #7

keabarnes opened this issue Jan 7, 2017 · 5 comments

Comments

@keabarnes
Copy link

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

jlev added a commit to spacedogXYZ/Flask-Store that referenced this issue Oct 24, 2019
jlev added a commit to spacedogXYZ/Flask-Store that referenced this issue Oct 24, 2019
@arjun-inapp
Copy link

arjun-inapp commented Apr 15, 2020

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

@shield007
Copy link
Contributor

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

@andypwarren
Copy link

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.

@arjun-inapp
Copy link

@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. :)

@shield007
Copy link
Contributor

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 ?

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

4 participants