Models: export si not recognized : export PYTHONPATH=$PYTHONPATH:`pwd`:`pwd`/slim

Created on 7 Sep 2017  ยท  4Comments  ยท  Source: tensorflow/models

I try to install the object detection API bt I have this error when running :
export PYTHONPATH=$PYTHONPATH:pwd:pwd/slim

I have the export is not a recognized variable blablabla problem
what are the issues ? what I am doing wrong is this command ok for windows ? Thanks a lot !

Most helpful comment

Try with

set PYTHONPATH=...\python\models\research;...\python\models\research\slim

All 4 comments

I found the problem In windows :

set PYTHONPATH=...\python\models;...\python\models\slim

works fine

This work for me:

  • Copy relevant deployment files from the \models\slim directory
  • paste it to Python\Lib\site-packages directory

then run again.It will work!

dont work โŒ

Try with

set PYTHONPATH=...\python\models\research;...\python\models\research\slim

Was this page helpful?
0 / 5 - 0 ratings

Related issues

rakashi picture rakashi  ยท  3Comments

Mostafaghelich picture Mostafaghelich  ยท  3Comments

jacknlliu picture jacknlliu  ยท  3Comments

licaoyuan123 picture licaoyuan123  ยท  3Comments

kamal4493 picture kamal4493  ยท  3Comments