Post here if you have questions about installing software for and starting up a min-eVOLVER.
Wiki guide here.
Post here if you have questions about installing software for and starting up a min-eVOLVER.
Wiki guide here.
Hi Nate, I’m having issues with the software installation and startup. Could I ask you a few questions? Really appreciate your help! Looking forward to your reply!
When I tried to build the virtual environments for dpu and server, I followed the instructions to use poetry to install the dependencies. I got messages back as the following:
Installing the current project: dpu Error: The current project could not be installed: No file/folder found for package dpu If you do not want to install the current project use --no-root. If you want to use Poetry only for dependency management but not for packaging, you can disable package mode by setting package-mode = false in your pyproject.toml file. If you did intend to install the current project, you may need to set packages in your pyproject.toml file.
I used “–no-root ” to go through this step. Is this right?
After the first step, I tried to run “python3 evolver.py” in the server-env. I got an error message saying that I haven’t installed the dependency such as yaml. I have to use “poetry run python3 evolver.py” to go through this step. I have to add “poetry run” before every command line to make it work. Is it normal?
After the second step, I can connect to the min-eVOLVER and get the port address and number. Then I tried to do the test for the hardware. When I connected to the min-eVOLVER with the computer and turned on the power, two pumps and the stirring system started to work. (Is this normal?) During the test, I felt that the min-eVOLVER was not responding. No change happened for the pump and stirring system. I also tried to use send_command to see whether I can control the system. It didn’t work. By any chance, do you have any idea about what might be wrong (software? Hardware?)? What should I do now? Will reuploading the Arduino code work?
Is there any way we can check whether PCB is assembled well?
test_hardware.py
but you need to properly install the software first before it’ll workHope this fixes things! If it doesn’t please post screenshots of the installation process for the dpu and server
It is working after we reloaded the arduino code. Thanks for help!