Git Product home page Git Product logo

Comments (14)

FilipeMaia avatar FilipeMaia commented on July 29, 2024 1

The correct fix should have been:

conda install -c conda-forge -c filipemaia condor

In other developments, a conda package with libspimage will soon be ready.

from condor.

daurer avatar daurer commented on July 29, 2024

I guess we could create an fxihub account on https://anaconda.org/ and create our own fxihub channel (https://conda.io/docs/user-guide/tasks/create-custom-channels.html) to where we could upload different software projects as conda packages?

from condor.

angeloziletti avatar angeloziletti commented on July 29, 2024

Is this already completed?

I found this page: https://anaconda.org/filipemaia/condor

However,
$ conda install -c filipemaia condor
fails for me with:

Solving environment: failed
PackagesNotFoundError: The following packages are not available from current channels:

  • condor

I have Ubuntu 16.04.4 LTS.

Thanks in advance for your time.

from condor.

mhantke avatar mhantke commented on July 29, 2024

Not completed yet... We are still working on this. But good to know that there is interest.

from condor.

FilipeMaia avatar FilipeMaia commented on July 29, 2024

Having the package without libspimage could be done relatively soon I think. The libspimage part is more tricky...

from condor.

FilipeMaia avatar FilipeMaia commented on July 29, 2024

@angeloziletti There are now packages for linux-64 and osx-64. It would be great to know if they work for you. They however no not have libspimage or spsim. Windows packages are currently impossible as some dependencies (e.g. nfft) do not have Windows packages.

from condor.

angeloziletti avatar angeloziletti commented on July 29, 2024

Thanks for your reply and your work.

I tried again:
$ conda install -c filipemaia condor

And then I get:

Solving environment: failed

PackagesNotFoundError: The following packages are not available from current channels:

  • condor
  • nfft

I am using Ubuntu 16.04 and Python 2.7, maybe that is the issue.

I should point out that my interest in having condor as conda package (together with its dependencies libspimage and spsim) is that it would make Docker files and Continuous Integration much easier for codes that use condor.
The condor package itself is very easy to install automatically, while installing libspimage and spsim automatically can be tricky (and I need them because I use condor for crystal structures).

I know that this is a lot of work, so I understand if it cannot be done.

Thanks again for your help.

from condor.

FilipeMaia avatar FilipeMaia commented on July 29, 2024

Is the system 32 or 64 bits?
And nfft is available from conda-forge:
https://anaconda.org/conda-forge/nfft

from condor.

FilipeMaia avatar FilipeMaia commented on July 29, 2024

And you're probably right about Python 2.7 being an issue.
Can you try with Python 3?

from condor.

angeloziletti avatar angeloziletti commented on July 29, 2024

I have a 64 bits system. I have tried with python3 and it still does not work. I am not sure, maybe I have a broken conda installation.

from condor.

FilipeMaia avatar FilipeMaia commented on July 29, 2024

Can you install nfft alone?
conda install -c conda-force nfft

What version of python3 do you have?

from condor.

angeloziletti avatar angeloziletti commented on July 29, 2024

Ok, I think we a working solution for python3.

If one first install nfft, and then condor:

conda install -c conda-forge nfft
conda install -c filipemaia condor

the installation works. This procedure works for the both python3 version I tried (Python 3.6.6 and Python 3.4.5). Installing condor without first installing nfft fails with the same error as described above.

With python2.7, the same procedure

conda install -c conda-forge nfft
conda install -c filipemaia condor

gives me the following error:

Solving environment: failed
UnsatisfiableError: The following specifications were found to be in conflict:

  • condor
  • subprocess32
    Use "conda info " to see the dependencies for each package.

from condor.

FilipeMaia avatar FilipeMaia commented on July 29, 2024

Just to clarify the error happens when you do the conda install -c filipemaia condor not the conda install -c conda-forge nfft, correct?

from condor.

angeloziletti avatar angeloziletti commented on July 29, 2024

The error happens if one tries to install condor without installing nfft first.

One needs first to install nfft
conda install -c conda-forge nfft
and then install condor:
conda install -c filipemaia condor

Installing condor without first installing nfft will results in an error.

from condor.

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.