-
Notifications
You must be signed in to change notification settings - Fork 53
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
indy_vdr specified version because it occurs when installing as pip3… #51
Conversation
Thanks for the PR! @usingtechnology @andrewwhitehead — I assume this is needed for now. We’ll have to update this again when the final Indy VDR 0.4.0 goes out, right? Any other options? Thanks |
right now, indy-vdr is at |
OK — so let’s go ahead and merge this, and then we’ll track the need to update it when indy-vdr is updated. |
requirements.txt
Outdated
# indy_vdr | ||
# Error loading library: indy_vdr specified version because it occurs when installing as pip3 install indy-vdr. | ||
indy_vdr==0.4.0.dev1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update to “0.4.0.dev16” and confirm it is still working. Sorry I missed that dev1 was not the latest.
Thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After modifying to dev16, it was confirmed that it also works normally when running.
And then I commit again
ac0ef26
to
b34c505
Compare
Signed-off-by: Lee MinGi <mingi3442@gmail.com>
Signed-off-by: Lee MinGi <mingi3442@gmail.com>
Signed-off-by: Lee MinGi <mingi3442@gmail.com>
Thanks! |
An error occurs while installing indy_vdr when running a demo.
Verified normal operation if the version is specified.
This request specifies the version of indy_vdr