-
Hello, i just want to make some minor changes to aw_client/client.py but after make build i still have the old version in my venv directory. I also tried with make package but also the old version. everything else is working as expected. thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Sometimes Now, since there may be files left behind (I'm not sure how/why this happens): go into the |
Beta Was this translation helpful? Give feedback.
Sometimes
make build
does something weird when it's first installing a version of aw-client from PyPI and then the one from the folder. You could runpip show aw-client
to see which folder it's installed in, then runpip uninstall aw-client
.Now, since there may be files left behind (I'm not sure how/why this happens): go into the
site-packages
folder (shown bypip show aw-client
) and remove all aw-client related files & folders, then install aw-client. It should now work.