Skip to content
This repository was archived by the owner on Apr 18, 2018. It is now read-only.
This repository was archived by the owner on Apr 18, 2018. It is now read-only.

Pyleus v 0.3 error! #185

@Chisha14

Description

@Chisha14

When running "pyleus build pyleus/examples/exclamation_topology/pyleus_topology.yaml", I get this error!
Traceback (most recent call last):
File "/home/hassan/anaconda3//bin/pyleus", line 6, in
main()
File "/home/hassan/anaconda3/lib/python3.5/site-packages/pyleus/cli/cli.py", line 54, in main
args.func(args)
File "/home/hassan/anaconda3/lib/python3.5/site-packages/pyleus/cli/commands/subcommand.py", line 105, in run_subcommand
self.run(configs)
File "/home/hassan/anaconda3/lib/python3.5/site-packages/pyleus/cli/commands/build_subcommand.py", line 40, in run
build_topology_jar(configs)
File "/home/hassan/anaconda3/lib/python3.5/site-packages/pyleus/cli/build.py", line 298, in build_topology_jar
verbose=configs.verbose,
File "/home/hassan/anaconda3/lib/python3.5/site-packages/pyleus/cli/build.py", line 226, in _create_pyleus_jar
verbose=verbose)
File "/home/hassan/anaconda3/lib/python3.5/site-packages/pyleus/cli/build.py", line 128, in _set_up_virtualenv
_remove_pyleus_base_jar(venv)
File "/home/hassan/anaconda3/lib/python3.5/site-packages/pyleus/cli/build.py", line 100, in _remove_pyleus_base_jar
if _path_contained_by(venv.path, base_jar_path):
File "/home/hassan/anaconda3/lib/python3.5/site-packages/pyleus/cli/build.py", line 85, in _path_contained_by
common_prefix = os.path.commonprefix([real_containing_path, real_path])
File "/home/hassan/anaconda3/lib/python3.5/genericpath.py", line 72, in commonprefix
s1 = min(m)
TypeError: unorderable types: bytes() < str()

@poros please help

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions