pnnl / PTMPSI

Other
14 stars 4 forks source link

install error #6

Open HeldLab opened 1 year ago

HeldLab commented 1 year ago

Hi- I am following your instructions for installation but after:

pip install -e .

I am getting this error. Any thoughts on what I should try?

ERROR: file:///Users/jasonheld/Python/ptmpsi does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found.

Cheers! Jason

dmejiar commented 11 months ago

Hi Jason, This might be an issue with case sensitivity in the Windows filesystem. Please try with different names for the virtual env and the GitHub source as in:

python -m venv ptmpsi_env
source ptmpsi_env/bin/activate
pip install --upgrade pip

git clone https://github.com/pnnl/PTMPSI.git PTMPSI_git
cd PTMPSI_git
pip install -e .