-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failure to detect pytest module on Windows #274
Comments
bump - ive found the same problem with |
@flynneva do you happen to have CI logs or build output? I'm wondering what CMake is using for |
@christophebedard gimme a day so I can get back on my windows machine, but yes I should have the build logs for this. EDIT: I just remembered I posted build logs (at least some of them) for another issue last week. It should show you what you were looking for: |
So here it is:
That looks weird, because I think the installation instructions have you install Python somewhere under Also, can you try running these commands (and provide the output):
Without the second Maybe I'm wrong, but I suspect that |
So in this situation I sourced the foxy install from binaries following the windows IoT instructions. https://ms-iot.github.io/ROSOnWindows/GettingStarted/SetupRos2.html If you're saying that's weird I can go ahead and try to rebuild by using the normal install for windows foxy. Tomorrow morning I'll run that version command and report back. |
Is there a plan to support that style of installation though? Right now for Windows I believe you still have to manually download the binaries from a Github Release - I chose to go with the Microsoft IoT instructions because it was a command-line "easy" download. Ideally it should be a |
Ideally, yes. We'd love to get there, and maybe one way to get there is to just point at those packages. But that's not the path that gets tested regularly today, so it's leaving the "official" ecosystem. And that's fine! We want to encourage people to make this stuff available, but it may not all work out-of-the-box since it isn't something we test. And of course we'd be happy to take any fixes that come out of investigating it. |
fyi....can confirm using the standard Windows ROS2 Foxy Patch 4 release the pytest warning goes away. Might be something @seanyen could help fix for future ms-iot ros2 releases?
|
the warning message has now been changed (#337) to mention other platforms. @rotu are you still having this issue? Your builds logs show
for |
I've not been deep in ROS 2 in a while, so don't keep this open just for me |
I'm going to close this one out, since we changed the error message and we don't have a good reproducer. Feel free to reopen if you'd like to pursue it further. |
On Windows,
ament_cmake_pytest
is failing to find pytest despite it being installed in the current environment. It also spits out a Linux-specific debug message.build.zip
build_2020-08-30_16-51-29.zip
The text was updated successfully, but these errors were encountered: