Closed anspraksaph closed 1 day ago
Hi @anspraksaph. I was not aware that you could provide a target like C:\pyaedt.[tests] to pip install ! I tried what you just described on my laptop and it worked in my case.
Below is the code I used. Note that I am:
hatch
(I don't know where your py -3.11
comes from);C:
C:\Users\smorais\AppData\Local\hatch\pythons\3.11\python\python.exe -m venv venv311
.\venv311\Scripts\activate
python -m pip install pip -U
python -m pip install wheel setuptools -U
python -m pip install C:\Users\smorais\pyaedt.[tests]
On top of being able to install it myself, we do have CI jobs that consist in testing the installation of pyaedt with the combination of:
cd path/to/pyaedt
) to call python -m pip install .[tests]
?
Before submitting the issue
Description of the bug
Install PaAedt with error
Steps To Reproduce
Clone PyAedt any place example C:\pyaedt Open command line and type these command:
Which Operating System are you using?
Windows
Which Python version are you using?
3.11
Installed packages
Nothin come up