Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

installation problems #9

Open
jackxpeng opened this issue Dec 23, 2014 · 1 comment
Open

installation problems #9

jackxpeng opened this issue Dec 23, 2014 · 1 comment

Comments

@jackxpeng
Copy link

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.

@volterra-luo
Copy link
Owner

Hello, thanks for your issue.
How about python2.x ? Currently, Aliyun OSS Python SDK only support python2.x.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants