Closed chemarestrepoCB closed 1 year ago
Hi, thank you very much for your interest in deepof, and apologies for the delay! I was unfortunately out of office.
The package is undergoing strong modifications at the moment, with new features and tutorials being added before its official release (scheduled for early February).
In the meantime, you should be able to install deepof in one of two ways:
1) By cloning the repo and installing the project with poetry:
Once the repository is cloned and poetry installed in a fresh environment (I suggest installing poetry with pipx; instructions can be found in the link above), just run poetry install
in the main directory where you cloned the repo. After that, you should be able to open python and import deepof
.
If the error with protobuf persists, try pip install protobuf~=3.20
. There is a bug with TensorFlow and protobuf that we're still trying to fix.
2) Using the docker image.
The docker image was likely not up to date at the time you downloaded it. Feel free to try again, and let us know if you have any issues!
Last but not least, pip install should hopefully be up and running within the next two weeks.
Thanks again, and sorry for the trouble! Lucas
Hi Lucas,
Thank you for your thorough answer. I tried using poetry and all I can say is thank you for making me aware of this amazing resource. It worked perfectly.
Best
Wonderful! Please let us know if you have any further issues. Documentation will be shortly updated :)
Best, Lucas
deepof installation
I have tried installing deepof using pip install deepof, as well as cloning the git repository and installing the packages specified in the requirements.txt file, but I cannot manage to make deepof work on my machine. Here are the versions of python, pip and deepof of my environment
I have been trying to install and use deepof for the past month (December 2022) without any luck.
Issue when trying to use deepof
When I try to import deepof into a session, I get the following error:
Issue trying to use the Docker image
I downloaded the Docker to avoid issues with environment inconsistencies. However, when trying to import deepof I get the following error:
Any suggestions you might have, or if you require more information on my installation, please let me know