It works if you are in cassandra-dtest directory.

And it seems I need to create the loopback interfaces by running 'for i in
{1..9}; do sudo ifconfig lo0 alias 127.0.0.$i up; done;' !

Thanks.

Manish

On Mon, Jan 10, 2022 at 12:23 AM Francisco Guerrero <fran...@apache.org>
wrote:

> Hi Manish,
>
> I suspect this has to do with spaces (or special characters) in the
> cassandra-dir argument. Can you try again wrapping the path in quotes, for
> example:
>
> pytest --cassandra-dir="/Users/<your path to>/cassandra"
>
> Hope that helps.
>
> - Francisco
>
> On 2022/01/09 10:43:05 Manish G wrote:
> > I am trying to run pytest command :
> >
> > (dtest) manish.ghildiyal@MacBook-Pro-3 cassandra % pytest
> > > --cassandra-dir=/Users/....../cassandra
> >
> >
> > But I get error as:
> >
> > pytest: error: unrecognized arguments:
> > > --cassandra-dir=/Users/...../cassandra
> >
> >
> > I have done initial installation following  this.
> >
> > Do I need to do any more configuration?
> >
> > Manish
> >
>

Reply via email to