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
{{ message }}
This repository was archived by the owner on Oct 21, 2021. It is now read-only.
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Clone repo
python3 -m pip install -e .
Logs
python3 -m pip install -e .
Obtaining file:///A:/_All/My.Creativity.Coding.3rd-party/_Incoming/argo-python-dsl
ERROR: Command errored out with exit status 1:
command: 'C:\Users\Ark\AppData\Local\Programs\Python\Python37\python3.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'A:\\_All\\My.Creativity.Coding.3rd-party\\_Incoming\\argo-python-dsl\\setup.py'"'"'; __file__='"'"'A:\\_All\\My.Creativity.Coding.3rd-party\\_Incoming\\argo-python-dsl\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Ark\AppData\Local\Temp\pip-pip-egg-info-wv_ov9t9'
cwd: A:\_All\My.Creativity.Coding.3rd-party\_Incoming\argo-python-dsl\
Complete output (9 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "A:\_All\My.Creativity.Coding.3rd-party\_Incoming\argo-python-dsl\setup.py", line 44, in <module>
packages=["argo.workflows.%s" % p for p in find_packages(where="argo/workflows/")],
File "C:\Users\Ark\AppData\Local\Programs\Python\Python37\lib\site-packages\setuptools\__init__.py", line 70, in find
convert_path(where),
File "C:\Users\Ark\AppData\Local\Programs\Python\Python37\lib\distutils\util.py", line 112, in convert_path
raise ValueError("path '%s' cannot end with '/'" % pathname)
ValueError: path 'argo/workflows/' cannot end with '/'
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
WARNING: You are using pip version 20.2.3; however, version 21.0.1 is available.
You should consider upgrading via the 'C:\Users\Ark\AppData\Local\Programs\Python\Python37\python3.exe -m pip install --upgrade pip' command.
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
python3 -m pip install -e .Logs