Skip to content
This repository was archived by the owner on Jan 19, 2021. It is now read-only.
This repository was archived by the owner on Jan 19, 2021. It is now read-only.

TypeError: a bytes-like object is required, not 'str' #11

@sanjusci

Description

@sanjusci

$ pip install flask-spyne
Collecting flask-spyne
Using cached https://files.pythonhosted.org/packages/0a/a2/436b5c7d7d6916b4b881f788f2b5f9620d82a7d90eb2004a244f6e2f23c1/Flask-Spyne-0.3.1.tar.gz
Collecting flask (from flask-spyne)
Using cached https://files.pythonhosted.org/packages/7f/e7/08578774ed4536d3242b14dacb4696386634607af824ea997202cd0edb4b/Flask-1.0.2-py2.py3-none-any.whl
Collecting spyne (from flask-spyne)
Using cached https://files.pythonhosted.org/packages/0f/50/62972600a4683a57815d21aca8449c3cb5f5757fad3c1db8d7a82b6445e9/spyne-2.12.14.tar.gz
Collecting sec-wall (from flask-spyne)
Using cached https://files.pythonhosted.org/packages/9b/70/a1b4b82187e950007959e601b5ee662d1438e45c0b80d2b1b5afd4918818/sec-wall-1.2.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/private/var/folders/w1/9kzm9vsj4f5b26rxst3wwq_40000gp/T/pip-install-xhxfqr1v/sec-wall/setup.py", line 30, in
packages = find_packages(b"src"),
File "/Users/sanjusci/Downloads/www/demo/.env/lib/python3.6/site-packages/setuptools/init.py", line 62, in find
cls._build_filter(*include)))
File "/Users/sanjusci/Downloads/www/demo/.env/lib/python3.6/site-packages/setuptools/init.py", line 78, in _find_packages_iter
package = rel_path.replace(os.path.sep, '.')
TypeError: a bytes-like object is required, not 'str'

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/w1/9kzm9vsj4f5b26rxst3wwq_40000gp/T/pip-install-xhxfqr1v/sec-wall/

When I am installing on mac using python 3.6.5 version. It's giving above error. Please look into it and resolved.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions