-
Notifications
You must be signed in to change notification settings - Fork 6
Conversation
@Ar-Ray-code Thank you for your check!
I read current install_guide.md. There is the following description. python3.11 -m pip install -U \
argcomplete catkin_pkg colcon-common-extensions coverage \
cryptography empy flake8 flake8-blind-except==0.1.1 flake8-builtins \
flake8-class-newline flake8-comprehensions flake8-deprecated \
flake8-docstrings flake8-import-order flake8-quotes \
importlib-metadata lark==1.1.1 lxml matplotlib mock mypy==0.931 netifaces \
nose pep8 psutil pydocstyle pydot pygraphviz pyparsing==2.4.7 \
pytest-mock rosdep rosdistro setuptools==59.6.0 vcstool So, |
I followed that procedure and empy==4 was installed. |
@Ar-Ray-code Thank you for your information. I understood. I fixed in 3599702. |
@atinfinity Test Environment:
Encountered Error:
|
Did you install Xcode? According to this error message it appears that Xcode is not installed. $ xcodebuild -version
Xcode 15.1
Build version 15C65
OGRE includes "Availability.h". This header file is provided by MacOSX SDK. I could find this header file. $ find /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform -name Availability.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/Availability.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Kernel.framework/Versions/A/Headers/Availability.h |
I was able to build in this environment. Despite having Xcode installed, I discovered a bug in Xcode that prevents access from the command line. @TakanoTaiga will address the Xcode bug in a separate PR later. Finally, I would like to thank everyone who contributed to this PR. |
I add to build RViz2. So, I back-ported the following package from iron branch.
I checked on the following environment.