GithubHelp home page GithubHelp logo

Comments (6)

miguelcleon avatar miguelcleon commented on August 25, 2024 1

Ok, great. I've been able to reproduce the problem. I was using an older version of django-ajax-selects. The solution should be to fix the bug rather then pin the package. I'll open another issue with the details.

from cz-manager.

ocefpaf avatar ocefpaf commented on August 25, 2024

@ocefpaf probably there is some problem with django-ajax-selects?

If you find any packaing problems with django-ajax-selects selects let me know in:

https://github.com/conda-forge/django-ajax-selects-feedstock/issues

Maybe it just needs the right version?

from cz-manager.

miguelcleon avatar miguelcleon commented on August 25, 2024

So I thought I'd test this by creating the environment again and inspecting the django-ajax-selects version in the environment I'm using to run the application and a fresh environment generated from the requirements.txt file. However when I run conda create --yes -n ENVNAME python=3.5 --file requirements.txt I get `PackageNotFoundError: Package not found: '' Packages missing in current linux-64 channels:

  • django-admin-shortcuts
  • django-ajax-selects
  • django-apptemplates
  • django-daterange-filter
  • django-import-export
  • django-jquery
  • djangocms-admin-style==0.2.7
  • django-recaptcha`

looks like I need to spceify the channel, but what is the channel? I tried ODM2 but that yielded the same result.

from cz-manager.

miguelcleon avatar miguelcleon commented on August 25, 2024

Also I've actually been using python 2.7.12 in the environment running the application.

from cz-manager.

ocefpaf avatar ocefpaf commented on August 25, 2024

You can do like we what we have in the .travis.yml file:

conda config --add channels conda-forge --force
conda create -n ENVNAME python=2.7 --file requirements.txt --file requirements-dev.txt

or you can do all in one command with:

conda create -n ENVNAME python=2.7 --file requirements.txt --file requirements-dev.txt -c conda-forge

The former will add conda-forge to your .condarc file the latter won't.

from cz-manager.

miguelcleon avatar miguelcleon commented on August 25, 2024

Ok, I'm still getting the other problem I had noticed. This isn't as big of a problem but it still should to be addressed. I'll open another issue for that.

from cz-manager.

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.