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
pip install -v -e .
Using pip 23.3.1 from /home/hsh/anaconda3/envs/diffbev/lib/python3.8/site-packages/pip (python 3.8)
Obtaining file:///home/hsh/2024/DiffBEV
Running command python setup.py egg_info
Traceback (most recent call last):
File "", line 2, in
File "", line 34, in
File "/home/hsh/2024/DiffBEV/setup.py", line 177, in
'all': parse_requirements('requirements.txt'),
File "/home/hsh/2024/DiffBEV/setup.py", line 97, in parse_requirements
packages = list(gen_packages_items())
File "/home/hsh/2024/DiffBEV/setup.py", line 85, in gen_packages_items
for info in parse_require_file(require_fpath):
File "/home/hsh/2024/DiffBEV/setup.py", line 80, in parse_require_file
for info in parse_line(line):
File "/home/hsh/2024/DiffBEV/setup.py", line 54, in parse_line
info['package'] = line.split('#egg=')[1]
IndexError: list index out of range
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
The text was updated successfully, but these errors were encountered:
pip install -v -e .
Using pip 23.3.1 from /home/hsh/anaconda3/envs/diffbev/lib/python3.8/site-packages/pip (python 3.8)
Obtaining file:///home/hsh/2024/DiffBEV
Running command python setup.py egg_info
Traceback (most recent call last):
File "", line 2, in
File "", line 34, in
File "/home/hsh/2024/DiffBEV/setup.py", line 177, in
'all': parse_requirements('requirements.txt'),
File "/home/hsh/2024/DiffBEV/setup.py", line 97, in parse_requirements
packages = list(gen_packages_items())
File "/home/hsh/2024/DiffBEV/setup.py", line 85, in gen_packages_items
for info in parse_require_file(require_fpath):
File "/home/hsh/2024/DiffBEV/setup.py", line 80, in parse_require_file
for info in parse_line(line):
File "/home/hsh/2024/DiffBEV/setup.py", line 54, in parse_line
info['package'] = line.split('#egg=')[1]
IndexError: list index out of range
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
The text was updated successfully, but these errors were encountered: