-
Notifications
You must be signed in to change notification settings - Fork 943
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
pymodbus.server requires redis in 3.1.2 #1319
Comments
Same goes for python imports from |
Ups my mistake, I will fix that fast. |
Can you please test newest dev, I just added a fix and report back. If successful then I will make 3.1.3 |
The import problems with |
typer is an optional package (see requirements.txt line 28. pymodbus.server is part of the repl package. |
Thanks for testing, I will make the .3 release today or tomorrow, I have another urgent problem to solve first. |
Versions
Pymodbus Specific
Description
Running
pymodbus.server --help
raises an exception whenredis
isn't installed.See https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=649693&view=logs&jobId=656edd35-690f-5c53-9ba3-09c10d0bea97&j=656edd35-690f-5c53-9ba3-09c10d0bea97&t=e5c8ab1d-8ff9-5cae-b332-e15ae582ed2d
With 3.1.1,
redis
was an optional dependency.I'd not expect this to change with a patch release.
Is this a bug that was introduced in 3.1.2?
The text was updated successfully, but these errors were encountered: