Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install error #6

Open
HeldLab opened this issue Nov 22, 2023 · 1 comment
Open

install error #6

HeldLab opened this issue Nov 22, 2023 · 1 comment

Comments

@HeldLab
Copy link

HeldLab commented Nov 22, 2023

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
Copy link
Contributor

dmejiar commented Dec 16, 2023

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 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants