Lỗi trong python not recognized

$ python3 setup.py sdist
running sdist
running check
warning: sdist: manifest template 'MANIFEST.in' does not exist
warning: sdist: standard file not found: should have README
writing manifest file 'MANIFEST'
creating nester-1.0.0
making hard links in nester-1.0.0...
hard linking nester.py -> nester-1.0.0
hard linking setup.py -> nester-1.0.0
creating dist
Creating tar archive
removing 'nester-1.0.0' (and everything under it)
$

MÌnh có cái distribute python ntn
Chăng hiểu sao nó cú bao lỗi sau :slight_smile:

The term 'and' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or 
if a path was included, verify that the path is correct and try again.
At line:13 char:26
+ removing 'nester-1.0.0' (and everything under it)
+                          ~~~
    + CategoryInfo          : ObjectNotFound: (and:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

rõ ràng mình có check dc ver python bằng lệnh có nghĩa là đã có đường dẫn rồi
Cao nhân nào giúp mình dc không ak .Mình dung py 38-32

Nếu mình không nhầm thì bạn đang dùng Shell, bạn thử dùng CMD xem sao

3 Likes
83% thành viên diễn đàn không hỏi bài tập, còn bạn thì sao?