You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python setup.py install
Traceback (most recent call last):
File "setup.py", line 12, in
packages = find_packages(exclude),
File "........./lib/python3.4/site-packages/setuptools/init.py", line 58, in find
return list(out)
File "........./lib/python3.4/site-packages/setuptools/init.py", line 69, in require_parents
for pkg in packages:
File "........./lib/python3.4/site-packages/setuptools/init.py", line 90, in
path.replace(os.path.sep, '.')
File "........./lib/python3.4/site-packages/setuptools/init.py", line 81, in _all_dirs
for root, dirs, files in os.walk(base_path, followlinks=True):
File "........./lib/python3.4/os.py", line 361, in walk
names = listdir(top)
TypeError: argument should be string, bytes or integer, not list
Can you please help? Thanks.
The text was updated successfully, but these errors were encountered:
python setup install
python: can't open file 'setup': [Errno 2] No such file or directory
try setup.py:
python setup.py install
File "setup.py", line 34
test_suite = 'tests.main'
^
SyntaxError: invalid syntax
add a , at end of line 33 of setup.py:
python setup.py install
Traceback (most recent call last):
File "setup.py", line 12, in
packages = find_packages(exclude),
File "........./lib/python3.4/site-packages/setuptools/init.py", line 58, in find
return list(out)
File "........./lib/python3.4/site-packages/setuptools/init.py", line 69, in require_parents
for pkg in packages:
File "........./lib/python3.4/site-packages/setuptools/init.py", line 90, in
path.replace(os.path.sep, '.')
File "........./lib/python3.4/site-packages/setuptools/init.py", line 81, in _all_dirs
for root, dirs, files in os.walk(base_path, followlinks=True):
File "........./lib/python3.4/os.py", line 361, in walk
names = listdir(top)
TypeError: argument should be string, bytes or integer, not list
Can you please help? Thanks.
The text was updated successfully, but these errors were encountered: