Issue installing APEX on ubuntu
See original GitHub issueUsage:
I’m trying to install and run https://github.com/microsoft/DialoGPT which uses Apex
environment:
Ubuntu 16.04 conda 4.8.2 Python 3.6.9 :: Anaconda, Inc. processor: Intel® Core™ i7-9700F CPU @ 3.00GHz × 8 graphics: GeForce RTX 2060/PCIe/SSE2
Problem:
After running
pip install -v --no-cache-dir --global-option="--cpp_ext" --global-option="--cuda_ext" ./
this occurs:
ERROR: Command errored out with exit status 1: /home/bl/anaconda3/envs/LSP/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/home/bl/DialoGPT/apex/setup.py'"'"'; __file__='"'"'/home/bl/DialoGPT/apex/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' --cpp_ext --cuda_ext install --record /tmp/pip-record-j92zt9oj/install-record.txt --single-version-externally-managed --compile --install-headers /home/bl/anaconda3/envs/LSP/include/python3.6m/apex Check the logs for full command output.
( which is causes another exception Given no hashes to check 137 links for project 'pip': discarding no candidates
)
Issue Analytics
- State:
- Created 3 years ago
- Comments:5
Top Results From Across the Web
Cannot get Apex to install on NVIDIA AMI 19.05 ( Ubuntu ...
I want to be able to install and use the Apex package ... AMI (running Ubuntu 18.04.3 LTS), but I have run into...
Read more >How To Install & Play Apex Legends on Linux - YouTube
In this video I cover how to install and play Apex Legends on Linux with full working multiplayer. Step 1. Enable Steam Proton...
Read more >6.4 Downloading and Installing Oracle Application Express
Learn about downloading and installing Oracle Application Express. This section describes how to download and install Oracle Application Express.
Read more >How to play Apex Legends on Linux - Addictive Tips Guide
Apex Legends is a free-to-play battle-royale hero shooter. ... To install Steam on Ubuntu, enter the following apt install command.
Read more >Install apex-mobius on Ubuntu using the Snap Store - Snapcraft
Either log out and back in again, or restart your system, to ensure snap's paths are updated correctly. Install apex-mobius. To install apex- ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
The suggestion here worked for me:
https://github.com/NVIDIA/apex/issues/690#issuecomment-587996985
I meet this error too