Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation steps not working #163

Open
devedse opened this issue Mar 22, 2019 · 6 comments
Open

Installation steps not working #163

devedse opened this issue Mar 22, 2019 · 6 comments

Comments

@devedse
Copy link

devedse commented Mar 22, 2019

I guess I'm used to C# projects where usually you open a solution and it just works, but apparently python works different.

However when I'm following the Installation steps they don't work.

conda env create -f environment.yml


Solving environment: failed

ResolvePackageNotFound:
  - freetype==2.5.5=2
  - libffi==3.2.1=1
  - libtiff==4.0.6=3
  - setuptools==27.2.0=py36_0
  - tk==8.5.18=0
  - dbus==1.10.10=0
  - openssl==1.0.2k=1
  - pcre==8.39=1
  - qt==5.6.2=3
  - jpeg==9b=0
  - readline==6.2=2
  - libxml2==2.9.4=0
  - glib==2.50.2=1
  - fontconfig==2.12.1=3
  - libpng==1.6.27=0
  - zlib==1.2.8=3
  - libgcc==5.2.0=0
  - gst-plugins-base==1.8.0=0
  - jbig==2.1=0
  - hdf5==1.8.17=1
  - libxcb==1.12=1
  - gstreamer==1.8.0=0
  - sqlite==3.13.0=0
  - libiconv==1.14=0
  - libgfortran==3.0.0=1
  - icu==54.1=0
  - xz==5.2.2=1
  - expat==2.1.0=0

I'm using Conda Mini on a windows environment.
Can we make sure that somehow the environments.yml file works on all environments?

@devedse
Copy link
Author

devedse commented Mar 22, 2019

Eh, is this for real:
datitran/object_detector_app#41 (comment)

@alecGraves
Copy link
Contributor

yeah, you need to remove the path from environment.yml

@alecGraves
Copy link
Contributor

like remove prefix: ... from the bottom of environment.yml

@average-everyman
Copy link

this worked for me:

conda config --add channels conda-forge
conda config --add channels akode

and then using a modified .yml file

name: tensorf-yolo9000
channels:
- defaults
- conda-forge
- akode
dependencies:
- pip
- python=3.5
- h5py=2.7
- numpy=1.12
- pillow=4.1
- pip:
  - keras==2.0.3
  - tensorflow-gpu==1.0.1

@khaledhasanzami
Copy link

not working for me...same issue

@devedse
Copy link
Author

devedse commented Mar 29, 2023

Take a look at this repo, it does work:
https://github.com/WongKinYiu/yolov7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants