You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to build dvc with option azure. Using pip3, I can install it by executing pip3 install 'dvc[azure]', but using pypi2pkgbuild: pypi2pkgbuild.py -v 'dvc[azure]', I got such error message
$ pypi2pkgbuild.py -v 'dvc[azure]'
DEBUG:pypi2pkgbuild:This is pypi2pkgbuild 0.3.post2+gdbdb652.
DEBUG:pypi2pkgbuild:Running subprocess:
pkgfile pkgfile >/dev/null
ERROR:pypi2pkgbuild:Package dvc[azure] not found.
The text was updated successfully, but these errors were encountered:
I would like to build
dvc
with optionazure
. Usingpip3
, I can install it by executingpip3 install 'dvc[azure]'
, but using pypi2pkgbuild:pypi2pkgbuild.py -v 'dvc[azure]'
, I got such error messageThe text was updated successfully, but these errors were encountered: