aboerzel / German_License_Plate_Recognition

Android camera app for automatic recognition of German license plates using TensorFlow / TensorFlow Lite 2.4.1
MIT License
33 stars 11 forks source link

ResolvePackageNotFound #2

Closed khursani8 closed 4 years ago

khursani8 commented 4 years ago

When I try to run this command:

cd ./tf_object_detection
conda env create -f tf1.13.yml
activate tf1.13

I received

Collecting package metadata (repodata.json): done
Solving environment: failed

ResolvePackageNotFound: 
  - sqlite==3.31.1=he774522_0
  - qt==5.9.7=vc14h73c81de_0
  - m2w64-libwinpthread-git==5.0.0.4634.697f757=2
  - pywinpty==0.5.7=py36_0
  - icc_rt==2019.0.0=h0cc432a_1
  - m2w64-gcc-libs-core==5.3.0=7
  - kiwisolver==1.1.0=py36ha925a31_0
  - vc==14.1=h0510ff6_4
  - pyzmq==18.1.1=py36ha925a31_0
  - m2w64-gcc-libs==5.3.0=7
  - zlib==1.2.11=h62dcd97_3
  - m2w64-gcc-libgfortran==5.3.0=6
  - zeromq==4.3.1=h33f27b4_3
  - scipy==1.4.1=py36h9439919_0
  - libtiff==4.1.0=h56a325e_0
  - icu==58.2=ha66f8fd_1
  - sip==4.19.8=py36h6538335_0
  - msys2-conda-epoch==20160418=1
  - pywavelets==1.1.1=py36he774522_0
  - xz==5.2.4=h2fa13f4_4
  - python==3.6.10=h9f7ef89_0
  - cytoolz==0.10.1=py36he774522_0
  - markupsafe==1.1.1=py36he774522_0
  - openssl==1.1.1e=he774522_0
  - mkl_random==1.1.0=py36h675688f_0
  - numpy-base==1.16.4=py36hc3f5095_0
  - winpty==0.4.3=4
  - jpeg==9b=hb83a4c4_2
  - scikit-image==0.16.2=py36h47e9c7a_0
  - numpy==1.16.4=py36h19fb1c0_0
  - libsodium==1.0.16=h9d3ae62_0
  - cycler==0.10.0=py36h009560c_0
  - pyqt==5.9.2=py36h6538335_2
  - vs2015_runtime==14.16.27012=hf0eaf9b_1
  - mkl_fft==1.0.15=py36h14836fe_0
  - freetype==2.9.1=ha9979f8_1
  - pillow==7.0.0=py36hcc1f983_0
  - matplotlib-base==3.1.3=py36h64f37c6_0
  - pyrsistent==0.15.7=py36he774522_0
  - pandas==1.0.2=py36h47e9c7a_0
  - wincertstore==0.2=py36h7fe50ca_0
  - m2w64-gmp==6.1.0=2
  - tornado==6.0.4=py36he774522_1
  - zstd==1.3.7=h508b16e_0
  - mkl-service==2.3.0=py36hb782905_0
  - mistune==0.8.4=py36he774522_0
  - libpng==1.6.37=h2a8f88b_0
  - tk==8.6.8=hfa6e2cd_0
  - pywin32==227=py36he774522_1
aboerzel commented 4 years ago

Sorry for the late answer. Please try to install the missing libraries using pip instead of conda. This should work.

khursani8 commented 4 years ago

no problem, thanks