Closed m-elkholy closed 8 years ago
I don't know why it didn't work either, but typically problems like this can be resolved by adding this flag to the install command:
python setup.py install --user
This will install the package such that it's only built on your account, which often dodges permissions issues.
Thanks, It worked!
I ran the shampoo.test() command in python and it returned this message:
========================== 6 passed in 50.44 seconds ========================== Out[2]: 0
Is that a successful test?
Thanks again for your responses!
Yep, great!
I downloaded git and performed the first two commands successfully (cloning the git repository then cd shampoo), however the third "install" command produces the following error:
I am the administrator on my Windows 10 pc, so I don't understand why it did not work. Any Ideas?
Thanks, -Marwan