Build fails and exits on Fedora 28 without python33

Open
#139 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
45/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
python
Domain
build-system

Research direction

Start by inspecting the Makefile and reproducing the reported make failure on a vanilla Fedora 28 environment without python3.3. Check the handling of the python3.3 lookup, then verify that the build completes without requiring that interpreter when it is absent.

Written by the indexing model from the issue text.

Description

The build fails and stops on a vanilla Fedora 28 install:

> git clone https://github.com/mlpack/benchmarks.git
> cd benchmarks
> make
which: no python3.3 in (/usr/share/Modules/bin:/usr/lib64/ccache:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin)

Everything works after deleting the python3.3 line. The makefile is written as if it expects that python3.3 might not be installed, but then it fails and stops if python3.3 is not installed. This seems like a fairly major problem. I don't work with makefiles myself, so I can't really offer any suggestions.

Dominant language
Python
Stars
107
Forks
46
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from mlpack/benchmarks

All issues in mlpack/benchmarks

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.