First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
![]() | 1 | initial version | |
Hi, sorry for the basic question...I cloned PyPSSE from github, as per these instructions: -Clone this repository -Open up a Anaconda command prompt and execute command set CONDAFORCE32BIT=1. -Create a virtual environment by executing conda create -n python=3.7 in anaconda prompt -Activate environmnet by executing conda activate -From the cloned PyPSSE directory execute command python install -e. to install PyPSSE in the same environment The last step is not working...could someone break it down please? After I change directory (while in the conda env I created) and type: python install -e. I get: python: can't open file 'install': [Errno 2] No such file or directory with pip install -e. I get: ERROR: File "setup.py" or "setup.cfg" not found. Directory cannot be installed in editable mode
there is not 'set up file' in the cloned evn.
Thanks!
Hi, sorry for the basic question...I cloned PyPSSE from github, as per these instructions:
-Clone this repository -Open up a Anaconda command prompt and execute command set CONDAFORCE32BIT=1. CONDA_FORCE_32BIT=1.
-Create a virtual environment by executing conda create -n python=3.7 in anaconda prompt -Activate environmnet environment by executing conda activate -From the cloned PyPSSE directory execute command python install -e. to install PyPSSE in the same environment environment
The last step is not working...could someone break it down please? After I change directory (while in the conda env I created) and type: python install -e. I get: python: can't open file 'install': [Errno 2] No such file or directory with pip install -e. I get: ERROR: File "setup.py" or "setup.cfg" not found. Directory cannot be installed in editable mode
there is not 'set up file' in the cloned evn.
Thanks!