Quicksetup-ai icon indicating copy to clipboard operation
Quicksetup-ai copied to clipboard

issue while running `pip install -e .`

Open liuquan18 opened this issue 1 year ago • 0 comments

I try to follow the guidelines, but I always failed at pip install -e. step.

I am doing on VS code, with ssh connected to Levante.

Obtaining file:///work/mh0033/m300883/Training_while_Runing_box/Training_while_Running Installing build dependencies ... done Checking if build backend supports build_editable ... done Getting requirements to build editable ... error error: subprocess-exited-with-error

× Getting requirements to build editable did not run successfully. │ exit code: 1 ╰─> [14 lines of output] /tmp/pip-build-env-mvw2ixwf/overlay/lib/python3.9/site-packages/setuptools_scm/_integration/setuptools.py:82: UserWarning: version of None already set warnings.warn(f"version of {dist_name} already set") running egg_info creating src/training_while_running.egg-info writing src/training_while_running.egg-info/PKG-INFO writing dependency_links to src/training_while_running.egg-info/dependency_links.txt

  An error occurred while building the project, please ensure you have the most updated version of setuptools, setuptools_scm and wheel with:
     pip install -U setuptools setuptools_scm wheel
  
  error: Problems to parse EntryPoint(name='save_initial_data', value='training while running.utils.dvc_utils:save_initial_data', group='console_scripts').
  Please ensure entry-point follows the spec: https://packaging.python.org/en/latest/specifications/entry-points/
  [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error

× Getting requirements to build editable 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.

liuquan18 avatar Sep 23 '23 17:09 liuquan18