I am trying install rasa package on a windows 10 PC as user on my office laptop
Things tried:
- pip install rasa
- pip install --user rasa
- tried in anaconda prompt in admin mode
- login as administrator and tried in both cmd and conda prompt
- tried by creating a new env in both cmd and conda environment
- Tried opening python or anaconda installation folder and changed the security permission to give access to all users
ERROR: Could not install packages due to an OSError: [Errno 13] Permission denied: 'C:\Users\krishnamurth\AppData\Roaming\Python\Python37\site-packages\tensorflow\include\external\aws\aws-cpp-sdk-s3\include\aws\s3\model\GetObjectTorrentRequest.h' Check the permissions.
But everything leads to a same issue (i.e tries to fetch a aws file from tensorflow directory and fails). I also see that the tensorflow module never gets installed. So I tried pip install tensorflow
with the above combinations and I get a different error
ERROR: Could not install packages due to an OSError: [Errno 13] Permission denied: 'D:\Anaconda3\envs\rasa\Lib\site-packages\tensorflow\include\external\aws\aws-cpp-sdk-s3\include\aws\s3\model\ObjectTorrentRequest.h' Consider using the
--user
option or check the permissions.