Onor.io

Onor.io

Hi all,

I’m trying to use the Windows Installer for Elixir to install on Win 10. I run the installer and it gets to the point where it tries to download precompiled.zip and it fails. I have no doubt it’s a corporate firewall that’s blocking the download. What I was wondering is if anyone could suggest any way to workaround this? That is, download precompiled.zip manually and then point the installer at the downloaded location or something of that sort? It does seem to successfully download the OTP stuff–just balks on the precompiled.zip as far as I can tell.

FWIW,

Any suggestions would be greatly appreciated!

Showing Posts 1 to 10

CharlesO

CharlesO

Have run into this severally at client sites (both windows server and windows 10)

What I do is simply request that the machine/account be granted the required internet permissions.

You may even have further issues if you need to run mix.deps down the line

Onor.io

Onor.io OP

Yeah I was afraid of that. I think the chance of getting them to unblock this is pretty slim. Thanks anyway Charles!

dimitarvp

dimitarvp

I’d suggest you install and use WSL2 so you have an actual Linux experience inside Windows. Then you could use asdf which is the widely accepted method of installing Erlang / Elixir.

crispinb

crispinb

Agree that WSL2 offers the best experience on Windows (assuming @Onor.io doesn’t need to do anything Windows-specific). But mightn’t that fall foul of the same firewall strictures?

There is a precompiled win32 install available for Elixir: Installing Elixir - The Elixir programming language. And the Windows builds of Erlang at Downloads - Erlang/OTP look like full compiled packages. I haven’t tried this though.

dimitarvp

dimitarvp

Ah, that’s not even a discussion. If you’re supposed to do programming but can’t download your development environment then you might as well escalate your IT ticket to the CTO and take a 6-month long paid vacation until they sort out their dysfunctional bureaucracy.

cmo

cmo

Can you download from the links here GitHub - hexpm/bob: The Builder · GitHub ?

Onor.io

Onor.io OP

Thanks for all the suggestions!

In fairness to my employers I am trying to convince them to look at Elixir. And blocking the download of .zip files containing binaries is just a security measure. I can, of course, ask them to make an exception; I was just trying to see if there were any way I could proceed without having to trouble the security folks. They’re, justifiably, reluctant to grant special exceptions.

CharlesO

CharlesO

Just now… :upside_down_face:

This is new project on a client site, it’s kinda hard to get clients to give “more than usual internet access”

Microsoft Windows [Version 6.3.9600]
(c) 2013 Microsoft Corporation. All rights reserved.

D:\Paperless\PeopleCost\server>mix deps.get
Could not find Hex, which is needed to build dependency :tzdata
Shall I install Hex? (if running non-interactively, use "mix local.hex --force") [Yn] y
** (Mix) httpc request failed with: {:failed_connect, [{:to_address, {'repo.hex.pm', 443}}, {:inet, [:inet], :etimedout}]}

Could not install Hex because Mix could not download metadata at https://repo.hex.pm/installs/hex-1.x.csv.

Alternatively, you can compile and install Hex directly with this command:

    mix archive.install github hexpm/hex branch latest


D:\Paperless\PeopleCost\server>mix archive.install github hexpm/hex branch latest
* Getting new package (https://github.com/hexpm/hex.git - origin/latest)
starting fsmonitor-daemon in 'C:/Users/!85010528/AppData/Local/Temp/mix-local-installer-fetcher-TvUxvA/deps/new package'
fatal: unable to access 'https://github.com/hexpm/hex.git/': Failed to connect to github.com port 443 after 21122 ms: Timed out
** (Mix) Command "git --git-dir=.git fetch --force --quiet --progress" failed

D:\Paperless\PeopleCost\server>

is hex down?

dimitarvp

dimitarvp

Looks like you couldn’t connect to GitHub?

CharlesO

CharlesO

can connect from the browser on the same server… strange.

also i’m using an elevated console

D:\Paperless\PeopleCost\server>mix local.hex --force
** (Mix) httpc request failed with: {:failed_connect, [{:to_address, {'repo.hex.pm', 443}}, {:inet, [:inet], :etimedout}]}

Could not install Hex because Mix could not download metadata at https://repo.hex.pm/installs/hex-1.x.csv.

Alternatively, you can compile and install Hex directly with this command:

    mix archive.install github hexpm/hex branch latest


D:\Paperless\PeopleCost\server>

Where Next? Top

Trending in Questions Top

RSP87
I’m working on a project that simulates the bumbl example in the programming phoenix book. It acts almost like an email client. We have a...
New
nseaSeb
Hello, I know there is an approach for handling lists that allows for optimized traversal, but I can’t recall the specific method (somet...
New
RemyXRenard
I’m seeing that a list inside a Kino.DataTable will be interpreted as a charlist, even if the Kino.configure() is set to charlists: :as_l...
New
brecabral
Documentation While reading the Scoped Routes section, I noticed that the documentation currently refers to a problem without explainin...
New
velrest
So my question is quite simple and i have found no conclusive answer on forum, google or AI. Should we use :erlang.float for Integer to ...
New
samoloth
Hi, I’ve just set up an application with ash_authentication. There is only magic link strategy for now, so there is no confirmation add o...
New
FlyingNoodle
If a change or preparation module uses Ash.Changeset.get_argument/2 or Ash.Query.get_argument/2 (or any of the other get_argument functio...
New

Other Trending Topics Top

mudasobwa
I am happy to introduce the very α version of the new programming language compiled to BEAM. Welcome Cure. It has literally three kille...
New
marciok
Hi there! We created Gust: A task orchestrator inspired by Airflow. For those who have never heard about Aiflow, it’s a Python-based wor...
New
jimsynz
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Dmk
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
New
netoum
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
webofbits
With AI doing more of the implementation work, I’ve been wondering how much coding I should deliberately keep doing myself. My main conc...
#ai
New

We're in Beta

About us Mission Statement

Options

Thread Display Mode




Thread Preview

Skip Thread Previews