Trouble installing DPU

Hi,

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:

Can anyone help me solve this?

Hi Hanna,

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.

Thanks,
Zack

1 Like

Hi Zack,

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?

Thanks,
Rita

1 Like

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:

It looks like scipy is now installed. I don’t know whether the error is a problem, but it looks the same as the warning in the original post.

I have not proceeded past this point yet, so I don’t know of the problem is solved.

Good luck,
Margy