I am trying to install DPU for our new eVOLVER and have run into a problem following the instructions on the wiki. I downloaded the 2.0.2 release from GitHub but this happens when I try to use poetry to install dependencies:
Thanks for pointing out that the scipy version we have specified is broken. Try using version 1.10.1 or 1.11.1 by modifying the pyproject.toml file. I’ll push a fix soon to the github repo.
The warning at the bottom No file/folder found for package dpu can be ignored.
I encountered the same error while setting up a recently purchased eVOLVER. I’d like to try the solution you mentioned, but I’m unable to locate either DPU version 1.10.1 or 1.11.1. Could you please assist?
I had the same problem, and my screen looked identical to the screenshot on your other post (which is the same as the screen shot from Hannah_T, except that the second warning is now an error)
I opened pyproject.toml in TextEdit and replaced scipy = “^1.2.1” with scipy = “^1.11.1”. I re-ran poetry install. I then got a message to run poetry lock. Then I ran poetry install again. The output of the 3 commands was: