'installation problem with epftoolbox in python

I have absolute no further idea, how i could manage the installation of the epftoolbox in python. I have tried the steps from https://epftoolbox.readthedocs.io/en/latest/modules/started.html in various ways and directions, but it still doesn't work and i get the following error when running the file:

ModuleNotFoundError: No module named 'epftoolbox.evaluation'

Can anyone suggest a step by step video or something like that, where the installation is showed for 'dummies'?

Any help would be veeeeery appreciated!

PS: I'm working with pycharm



Solution 1:[1]

Since you're working with pycharm first create a new project with a virtual environment and open the terminal and type the following clone statement : git clone https://github.com/jeslago/epftoolbox.git

then move to the cloned directory by typing this command: cd epftoolbox once your'e inside this directory run your pip install command: pip install .

you should be able to work with the library here. since you already created the virtual environment..

Hope it solved your problem.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1