Problem installing a distributable PYTHON package

0

I am learning to create distributable packages in python. Create a simple one that contains a module with simple arithmetic functions. But when I'm going to install it in the windows console I get the following error and I do not know how to fix it. I checked many times that the name of the package is well written and try several times but I keep jumping the same

    
asked by Santiago 03.01.2018 в 16:07
source

1 answer

0

I solved it by simply using the windows powershell instead of the console. I returned to create the package and install it ALL IN THE POWERSHELL

    
answered by 03.01.2018 в 19:23