- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
pip install --user <package>
is not working in openapi devcloud terminal.
Ill be thankful u help me in this case
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Thanks for posting in Intel communities.
Could you please try to install the package using pip3 instead of pip.
pip3 install --user <package>
Please let us know if you are facing any issues.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
thx for ur response
No, it hasnt solved!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Could you please try installing the package after creating a conda environment.
Please follow the below steps:
1. Create a conda environment:
conda create -n env_name python=3.7
2. Activate the environment:
source activate env_name
3. Install the package:
pip3 install --user <package>
If the issue still persists please let us know.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
it says
conda: command is not found
seems it has allergic to every command!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
You can resolve the issue by activating the oneAPI environment before installing the package.
Please find the below command to activate the oneAPI environment:
source /opt/intel/inteloneapi/setvars.sh --force
Please make sure that the python used is "/glob/development-tools/versions/oneapi/<version>/oneapi/intelpython/latest/bin/python" using below command
which python
If the issue still persists please let us know
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
We have not heard back from you. Could you please give an update?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
We have not heard back from you. This thread will no longer be monitored by Intel. If you need further assistance, please post a new question.
Thanks
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page