Known Installation Issues
Introduction
I ran pip install masonite-cli but it didn't gave me a permission error
$ sudo pip install masonite-cli$ pip install --user masonite-cliI'm getting this weird ModuleNotFound idna issue when running the craft new command
pkg_resources.DistributionNotFound: The 'idna<2.7,>=2.5' distribution was not found and is required by requestsI installed masonite-cli successfully but the craft command is not showing up
I'm getting a module urlib has no attribute urlopen
Last updated