Giter Site home page Giter Site logo

Comments (9)

jakevdp avatar jakevdp commented on May 16, 2024

Thanks for the report. What operating system are you on?

from pythondatasciencehandbook.

dwelden avatar dwelden commented on May 16, 2024

Windows 7 Enterprise 64-bit Service Pack 1 (Version 6.1.7601). Conda version 4.2.13.

from pythondatasciencehandbook.

jakevdp avatar jakevdp commented on May 16, 2024

Huh. It might be that numpy 1.11 builds are not available for Windows on conda. I'd suggest using numpy 1.10 instead.

from pythondatasciencehandbook.

jakevdp avatar jakevdp commented on May 16, 2024

If this continues to be an issue, I'd ask for help on the conda mailing list.

from pythondatasciencehandbook.

jakevdp avatar jakevdp commented on May 16, 2024

I changed the requirement to 1.11.1 – you might check if that works better. I don't have access to a Windows machine, so all I can do is take shots in the dark here...

If you come up with a good solution please let me know.

from pythondatasciencehandbook.

dwelden avatar dwelden commented on May 16, 2024

Fails under Linux Mint 18 32-bit (Ubuntu Xenial) with Conda v4.2.13 also. Different UnsatisfiableError this time though:

`dave@dave-VirtualBox ~ $ conda create -n PDSH python=3.5 --file PDSHrequirements.txt
Fetching package metadata .......
Solving package specifications: ....

UnsatisfiableError: The following specifications were found to be in conflict:

  • basemap -> numpy 1.10*|1.7*|1.8*|1.9*
  • basemap -> python 2.6*|3.3*
  • numpy ==1.11.1
    Use "conda info " to see the dependencies for each package.
    `

from pythondatasciencehandbook.

jakevdp avatar jakevdp commented on May 16, 2024

What if you try with --channel conda-forge?

from pythondatasciencehandbook.

jakevdp avatar jakevdp commented on May 16, 2024

I think the best fix might be to remove the requirements file entirely, and go back to just listing dependencies in the README. It's less convenient, but I'm not certain it's possible to fix this so that it will work perfectly for everyone on all platforms, architectures, and package managers.

from pythondatasciencehandbook.

dwelden avatar dwelden commented on May 16, 2024

Oddly enough, mixed results: on my Windows 64 system, the PDSH environment is installing as I type. On the linux system, same error as before. If the Windows environment is operational when it completes, I will abandon the linux environment and proceed. Either way, I will post at least one more time with the results.

Thanks for your patient assistance.

UPDATE: Adding --channel conda-forge worked for Windows 64-bit environment creation, had no impact on linux 32-bit environment creation.

from pythondatasciencehandbook.

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.