[feature] enable offline working
See original GitHub issueWe use conan
for automotive SW development, and we need to be able to work offline. Currently if you work offline you get the following error:
Unable to connect to luminar=some_rul
1. Make sure the remote is reachable or,
2. Disable it by using conan remote disable,
Then try again.
When you follow the suggested solution to disable the remote, you get this errormessage:
ERROR: Error loading conanfile at '/home/fberchtold/luminar/LumPDK/conanfile.py': Remote 'luminar' is disabled
- I’ve read the CONTRIBUTING guide.
Issue Analytics
- State:
- Created 2 years ago
- Comments:15 (10 by maintainers)
Top Results From Across the Web
Work offline in Outlook
Click File > Account Settings > Account Settings. Account Settings in the Backstage view · Select an Exchange or Microsoft 365 account, and...
Read more >How to enable Offline Files on Windows 10
Navigate to the network folder you want to keep offline. Right-click the folder and select the Always available offline option.
Read more >Enable layers for offline mapping—Portal for ArcGIS
You can enable offline viewing and editing of feature layers in your ArcGIS Enterprise portal. To take feature data offline from an ArcGIS...
Read more >Enable Offline Files in Windows 10
The user manually switches to Offline Mode by using the Work offline button in File Explorer. It is possible to enable Offline Files...
Read more >Set up offline access to Docs editors
Click Features and Applications. · Next to Offline, select Allow users to enable offline access (recommended). Recent files will be synced and saved...
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
I retried it today and had no issues. I assume its due to another version of conan. I’d get back here once it happens again.
@memsharded After the upgrade to 1.40.3 all the commands (see below) work fine for my example package. Will do further testing if it has been fixed on the real project…