Coder Social home page Coder Social logo

Comments (3)

subodh-malgonde avatar subodh-malgonde commented on June 11, 2024

What is your OS? I can't think of a reason why conda is not able to find these packages. You can try installing these packages manually by doing conda install package_name

from vehicle-detection.

vieite avatar vieite commented on June 11, 2024

I'm on ubuntu and also got some issues wuth some packages
~/vehicle-detection$ conda env create -f environment.yml

Solving environment: failed

ResolvePackageNotFound:

  • tbb==4.3_20141023=0
  • appnope==0.1.0=py35_0

I also tried your solution. It worked with tbb but not with appnote so I deleted it from the environment.yml but when I run Vehicle_Detection.ipynb I get
ModuleNotFoundError: No module named 'cv2'

Just noticed I missed a step but found another error
~/vehicle-detection$ source activate keras
Could not find conda environment: keras
You can list all discoverable environments with conda info --envs.

from vehicle-detection.

subodh-malgonde avatar subodh-malgonde commented on June 11, 2024

You can list all discoverable environments with conda info --envs

Can you try the above command and check if the environment keras was created or not? If you read through the environment.yml file, at the top it has this line:

name: keras

Which means when you create a conda environment using this file, then the name of the environment will be "keras". If there is no such environment then it could one of the 2 things:

  1. Either your command was not executed properly
  2. Or the environment has been created butconda is not looking for the environments in the right place. In this case you would have to do some googling to figure out how to specify the conda path.

Also I should mention that I am running OSX 64 bit operating system with Python 3.5. Check if the packages listed in the environment.yml file are available for your OS or not.

from vehicle-detection.

Related Issues (11)

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.