Git Product home page Git Product logo

Comments (3)

GoogleCodeExporter avatar GoogleCodeExporter commented on September 16, 2024
The problem is that you have probably tried pip install twice and now os.rename 
won't write to an existing file. The quick fix is to remove *.old~~, but you 
have to find the right directory where pip install puts the source and runs 
setup.py.

An alternative that I recommend is clone the source code (hg clone) and run 
python setup.py install manually. Then you have the latest and most bug-free 
version of scitools and you can easier recover from errors like the one above 
(del *.old~~ in the directory where setup.py resides will do).

Original comment by [email protected] on 10 Sep 2013 at 2:22

from scitools.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 16, 2024
Thank you for your prompt response!  However, I am fairly new to
programming so do you mine elaborating more on the steps that are needed to
accomplish your recommended alternative.

Thanks again!

Original comment by [email protected] on 10 Sep 2013 at 4:27

from scitools.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 16, 2024
@Hans:
This happens even when using pip the first time. pip will first run 'python 
setup.py egg-info', which leaves behind the temporary file scitools.cfg.old~~. 
Then it runs 'python setup.py install', which fails because scitools.cfg.old~~ 
already exists.

Please see my patch in issue 31 to resolve this. (Sorry I did not realize 
Google would create a separate issue when suggesting a change).

Original comment by [email protected] on 28 Dec 2013 at 7:23

from scitools.

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.