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

Fix issue 1377, install correct version of py-parsedatetime #1387

Merged
merged 1 commit into from
Sep 18, 2020

Conversation

sksksksksksksk
Copy link
Contributor

Quick fix for a dependency issue.
There is probably a bit cleaner solution, but this works for the moment.

@scottleibrand scottleibrand merged commit 37a50e4 into openaps:dev Sep 18, 2020
TrachYuri added a commit to TrachYuri/oref0 that referenced this pull request Sep 21, 2020
Fix issue 1377, install correct version of py-parsedatetime (openaps#1387)
TrachYuri added a commit to TrachYuri/oref0 that referenced this pull request Oct 29, 2020
Fix issue 1377, install correct version of py-parsedatetime (openaps#1387)
@diabeticpilot
Copy link
Contributor

I'm on an Edison and on the dev branch. I just ran this script and got the following error. Is there a syntax error there with three = signs?

`Exception:
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 122, in main
status = self.run(options, args)
File "/usr/lib/python2.7/dist-packages/pip/commands/install.py", line 269, in run
InstallRequirement.from_line(name, None))
File "/usr/lib/python2.7/dist-packages/pip/req.py", line 173, in from_line
return cls(req, comes_from, url=url, prereleases=prereleases)
File "/usr/lib/python2.7/dist-packages/pip/req.py", line 71, in init
req = pkg_resources.Requirement.parse(req)
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2793, in parse
reqs = list(parse_requirements(s))
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2721, in parse_requirements
"version spec")
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2686, in scan_list
raise ValueError(msg, line, "at", line[p:])
ValueError: ('Expected version spec in', 'parsedatetime===2.5', 'at', '===2.5')

Storing debug log for failure in /root/.pip/pip.log`

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

Successfully merging this pull request may close these issues.

3 participants