Code Monkey home page Code Monkey logo

Comments (4)

wzmxd avatar wzmxd commented on May 24, 2024 4

Also found a syntax mistake in advisor_client/commandline/admin_command.py line 110, which is

except subprocess.CalledProcessError, e

and should be

except subprocess.CalledProcessError as e

from advisor.

duni123 avatar duni123 commented on May 24, 2024 2

ERROR: Exception:
Traceback (most recent call last):
File "/usr/local/python3/lib/python3.6/site-packages/pip/_internal/cli/base_command.py", line 188, in main
status = self.run(options, args)
File "/usr/local/python3/lib/python3.6/site-packages/pip/_internal/commands/install.py", line 407, in run
use_user_site=options.use_user_site,
File "/usr/local/python3/lib/python3.6/site-packages/pip/_internal/req/init.py", line 58, in install_given_reqs
**kwargs
File "/usr/local/python3/lib/python3.6/site-packages/pip/_internal/req/req_install.py", line 928, in install
use_user_site=use_user_site, pycompile=pycompile,
File "/usr/local/python3/lib/python3.6/site-packages/pip/_internal/req/req_install.py", line 461, in move_wheel_files
warn_script_location=warn_script_location,
File "/usr/local/python3/lib/python3.6/site-packages/pip/_internal/wheel.py", line 434, in move_wheel_files
assert info_dir, "%s .dist-info directory not found" % req
AssertionError: advisor .dist-info directory not found

from advisor.

wzmxd avatar wzmxd commented on May 24, 2024 2

Finally find out the reason that there were 2 wheel files after the bulding finished. I suggest you can try this @duni123 ,

  1. Go PyPi to download the lastest version and untar it
  2. Type cd command in terminal, change your current directory where the untarred files located
  3. Type python setup.py install then hit ENTER

then you shall find it appear in package list.

from advisor.

jiaojiaoguan avatar jiaojiaoguan commented on May 24, 2024

Finally find out the reason that there were 2 wheel files after the bulding finished. I suggest you can try this @duni123 ,

  1. Go PyPi to download the lastest version and untar it
  2. Type cd command in terminal, change your current directory where the untarred files located
  3. Type python setup.py install then hit ENTER

then you shall find it appear in package list.

when I typed python setup.py, it appeared some error. "python setup.py install" is ok

from advisor.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.