Closed jhkang0526 closed 10 months ago
Hi @jhkang0526
Thank you very much for giving LST-AI a try! Given your terminal output, I sense that there are some problems with privileges, i.e.
The error message "could not create 'LST_AI.egg-info': Permission denied" typically indicates a permission-related issue on your computer's file system. Here are some potential sources of this error:
To trouble shoot your problem further, could you please let us know?
Thank you very much!
Julian
Thank you for your quick response to my question.
pip install -e .
command.I appreciate your help and support.
Thanks again, Junghwa Kang
HI @jhkang0526 - are you running these commands in a conda environment, or a venv? Is your conda base environment activated? I.e. does it say (base) username@pc:
?
@jhkang0526 Did this work? :slightly_smiling_face:
@jhkang0526 I am closing this issue as there hasn't been any activity in the last four weeks, and I am assuming the issues have been resolved. If you are still facing problems, I am happy to help! :slightly_smiling_face:
Just re-open this issue and we will chip in.
Thank you, Julian
Hi,
I'm having an issue installing your LST-AI repository. I followed the instructions in the Readme, but I'm getting the following error:
`Installing collected packages: LST-AI Running setup.py develop for LST-AI error: subprocess-exited-with-error
error: subprocess-exited-with-error
× python setup.py develop did not run successfully. │ exit code: 1 ╰─> [8 lines of output] running develop /home/kjh/anaconda3/envs/lst/lib/python3.10/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. warnings.warn( /home/kjh/anaconda3/envs/lst/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running egg_info creating LST_AI.egg-info error: could not create 'LST_AI.egg-info': Permission denied [end of output]
note: This error originates from a subprocess, and is likely not a problem with pip. `
I've attached a screenshot of the installation instructions for reference.
Can you help me troubleshoot this issue?
Thanks, Junghwa Kang.