-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
Description
Describe the bug
pip install robotframework-excel --upgrade stops with the following error:
C:\Projektit\vagrant>pip install robotframework-excel==1.0.0b4
Collecting robotframework-excel==1.0.0b4
Using cached https://files.pythonhosted.org/packages/94/a5/0ad71fa8aa83b79bfa6d5c0a004e0eef496f311642023d962a4639b94927/robotframework-excel-1.0.0b4.tar.gz
Complete output from command python setup.py egg_info:
1.0.0b4
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "c:\users\jaakko\appdata\local\temp\pip-install-i2cmdl\robotframework-excel\setup.py", line 56, in <module>
_REQUIRES, _LINKS, = __gather_dependencies('requirements.txt')
File "c:\users\jaakko\appdata\local\temp\pip-install-i2cmdl\robotframework-excel\setup.py", line 42, in __gather_dependencies
for item in requirements:
File "c:\python27\lib\site-packages\pip\_internal\req\req_file.py", line 82, in parse_requirements
filename, comes_from=comes_from, session=session
File "c:\python27\lib\site-packages\pip\_internal\download.py", line 440, in get_file_content
'Could not open requirements file: %s' % str(exc)
pip._internal.exceptions.InstallationError: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'
Environment
- Library Version: 1.0.0b4
- Python Version: 2.7.15
- OS: Windows 10 & Ubuntu 16.x
To Reproduce
Steps to reproduce the behavior:
- Execute command: pip install robotframework-excel --upgrade
Exception Log
See description
Expected behavior
Installation succeeds.
Reactions are currently unavailable