Skip to content

Conversation

@erjel
Copy link

@erjel erjel commented Aug 26, 2021

Hi,

initially I could not install the conda environment on my own machine.

The first error message:

AttributeError: 'FileNotFoundError' object has no attribute 'read'

can be attributed to outdated syntax with respect to the requirement.txt definition.

After this initial fix I ran into a second error:

CMake Error at ${ENV_PREFIX}/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
      Could NOT find NCCL (missing: NCCL_LIBRARY)
    Call Stack (most recent call first):
      ${ENV_PREFIX}//share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
      cmake/Modules/FindNCCL.cmake:42 (find_package_handle_standard_args)
      CMakeLists.txt:195 (find_package)

I figured, that this is an already known Horovod error when NCCL is installed via conda.

Minor additions include the adjustment of the CUDA version and the example of the working Horovod version.

I hope that these fixes will be useful for other folks!

Best wishes,

Eric

@erjel erjel changed the title Fix issues with due to request update and missing environment variable Fix issues due to pip update and missing environment variable Aug 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant