Giter VIP home page Giter VIP logo

Comments (12)

AloisMahdal avatar AloisMahdal commented on August 16, 2024

I believe command support has been added with fmf-0.5.

OTOH, above you seem to have just called ls with argument show, which is unrelated to fmf.

from fmf.

Andrei-Stepanov avatar Andrei-Stepanov commented on August 16, 2024
fmf show  
 ERROR  Unable to walk through the 'show' directory.

from fmf.

Andrei-Stepanov avatar Andrei-Stepanov commented on August 16, 2024
(venv)➜  standard-test-roles git:(master_copr_build) ✗ fmf show
 ERROR  Unable to walk through the 'show' directory.


(venv)➜  standard-test-roles git:(master_copr_build) ✗ which fmf    
~/tmp/venv/bin/fmf

(venv)➜  standard-test-roles git:(master_copr_build) ✗ pip list 
Package    Version
---------- -------
fmf        0.5.1  
pip        10.0.1 
PyYAML     3.12   
setuptools 0.9.8  


(venv)➜  standard-test-roles git:(master_copr_build) ✗ fmf ls   
 ERROR  Unable to walk through the 'ls' directory.

from fmf.

jkrysl avatar jkrysl commented on August 16, 2024

$ fmf show
/testing
test: 0151753773

$ cat .fmf/version
1

Please make sure you are on version 0.5 (commit 76cc950, now HEAD), the behaviour you are seeing seems like the old version, where there were no commands for fmf, just specifying the path.

from fmf.

Andrei-Stepanov avatar Andrei-Stepanov commented on August 16, 2024
cat .fmf/version ~/.fmf/version 
1
1
✗ which fmf
~/tmp/venv/bin/fmf
strace fmf ls 2>&1 | head -n 1
execve("/home/astepano/tmp/venv/bin/fmf", ["fmf", "ls"], [/* 39 vars */]) = 0

from fmf.

Andrei-Stepanov avatar Andrei-Stepanov commented on August 16, 2024

fmf 0.5.1
installed from pip

from fmf.

Andrei-Stepanov avatar Andrei-Stepanov commented on August 16, 2024

If I remove RPM package fmf it recognises commands. But it is real bug. Because it ignores virtualenv. Doesn't allow to use in production env.

from fmf.

psss avatar psss commented on August 16, 2024

I'm not sure how the script can ignore virtual environment. It is just importing the python module in the standard way:

import fmf.cli
import fmf.base
import fmf.utils

Is there any extra action or setup needed to make it working with virtualenv?

from fmf.

Andrei-Stepanov avatar Andrei-Stepanov commented on August 16, 2024

I do not know.
With installed RPM:

$ fmf ls 
 ERROR  Unable to walk through the 'ls' directory.

$ ipython

In [1]: import fmf

In [2]: fmf??
Type:        module
String form: <module 'fmf' from '/home/astepano/tmp/venv/lib/python2.7/site-packages/fmf/__init__.pyc'>
File:        ~/tmp/venv/lib/python2.7/site-packages/fmf/__init__.py
Source:
""" Flexible Metadata Format """

I can investigate this issue if you want.

from fmf.

Andrei-Stepanov avatar Andrei-Stepanov commented on August 16, 2024

Could you please try to reproduce this bug?
It is easy.

  1. Have installed RPM
  2. Initialise new python virtualenv.
  3. Install the latest fmf in virtualenv.

from fmf.

psss avatar psss commented on August 16, 2024

I believe this is caused by fmf being hashed by bash:

> which fmf
/tmp/fmf/bin/fmf

> type fmf
fmf is hashed (/usr/bin/fmf)

> hash -l
builtin hash -p /tmp/fmf/bin/pip pip
builtin hash -p /usr/bin/fmf fmf
builtin hash -p /usr/bin/vim vim

> hash -r

> fmf ls
/download/test
/download/requirements/no-clobber
/download/requirements/server-response
...

Try to clean your hash using hash -r.

from fmf.

Andrei-Stepanov avatar Andrei-Stepanov commented on August 16, 2024

I am using zsh.
When I use bash there is no such error.
Okay, it seems some inconsistency in shell.

from fmf.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.