buggood first issue
Metriche repository
- Star
- (7162 stelle)
- Metriche merge PR
- (Merge medio 26g 10h) (86 PR mergiate in 30 g)
Descrizione
Describe the bug
setup.py file does not exists
https://github.com/sktime/sktime/blob/5f0ab729c6d08ec22884f88e1be4f0145f7e56d5/Makefile#L22-L25 To Reproduce
Try doing make install. It gives:
(venv) f@f:~/w/oss/e/sktime$ make install
python3 setup.py build_ext --inplace && python setup.py install --user
python3: can't open file '/home/f/w/oss/e/sktime/setup.py': [Errno 2] No such file or directory
make: *** [Makefile:24: install] Error 2
(venv) f@f:~/w/oss/e/sktime$
Expected behavior
Correct installation should happen.
good first issues :)