You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the step: pip install rostful pyros[ros]
followed an Error:
pyros-interfaces-ros 0.4.2 has requirement mock==1.0.1, but you'll have mock 2.0.0 which is incompatible.
is it important, or i can just ignore it?
The text was updated successfully, but these errors were encountered:
The mock interface has changed a bit between these two versions, so it
might be an annoyance...
But this might also mean that you do not have full knowledge & control of
the dependencies installed in your environment, where your running python
from etc. so better double check all this (system, ros env, python venv,
etc.). You re probably running with a configuration that is not supported
(and might cause much bigger headaches down the line).
Fixing it to work with mock2 should not be a big deal, but it would make
problem for people with mock1, so we ll need to check this carefully, at
least to be able to work on all Ubuntu LTS.
Even if I mostly target isolated python virtual environment for
development, most people expect to deploy it on their ros system using ros
pkgs (on ubuntu system lts python dependencies) so we need to keep it
working on these...
On Tue, Nov 13, 2018, 13:20 kaixin-bai ***@***.*** wrote:
the step: pip install rostful pyros[ros]
followed an Error:
pyros-interfaces-ros 0.4.2 has requirement mock==1.0.1, but you'll have
mock 2.0.0 which is incompatible.
is it important, or i can just ignore it?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#150>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AANgSN0pgmWFp3ZGxYWsuq8BWrfWN2QMks5uuscugaJpZM4Ybote>
.
the step: pip install rostful pyros[ros]
followed an Error:
pyros-interfaces-ros 0.4.2 has requirement mock==1.0.1, but you'll have mock 2.0.0 which is incompatible.
is it important, or i can just ignore it?
The text was updated successfully, but these errors were encountered: