I was really looking forward to push a project to Gigalixir, however I encountered the following error while running gigalixir login:
Traceback (most recent call last):
File "/home/mkaag/.local/bin/gigalixir", line 33, in <module>
sys.exit(load_entry_point('gigalixir==1.2.5', 'console_scripts', 'gigalixir')())
File "/home/mkaag/.local/lib/python3.8/site-packages/click/core.py", line 1128, in __call__
return self.main(*args, **kwargs)
File "/home/mkaag/.local/lib/python3.8/site-packages/click/core.py", line 1053, in main
rv = self.invoke(ctx)
File "/home/mkaag/.local/lib/python3.8/site-packages/click/core.py", line 1656, in invoke
super().invoke(ctx)
File "/home/mkaag/.local/lib/python3.8/site-packages/click/core.py", line 1395, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/home/mkaag/.local/lib/python3.8/site-packages/click/core.py", line 754, in invoke
return __callback(*args, **kwargs)
File "/home/mkaag/.local/lib/python3.8/site-packages/click/decorators.py", line 26, in new_func
return f(get_current_context(), *args, **kwargs)
File "/home/mkaag/.local/lib/python3.8/site-packages/gigalixir/__init__.py", line 251, in cli
raise Exception("Unknown platform: %s" % PLATFORM)
Exception: Unknown platform: freebsd
Is there a particular version of Python that I should use? Or FreeBSD is out of scope?
Here are my environment:
Python 3.8.12
pip 20.3.4
Thank you for the Gigalixir platform, this idea is great!
Maurice
@mkaag I am sorry this issue has become so stale. Please let me know if you are still having issues. Our CLI has been updated many times since your original post. We can reopen this ticket if need be.
Hi,
I was really looking forward to push a project to Gigalixir, however I encountered the following error while running
gigalixir login
:Is there a particular version of Python that I should use? Or FreeBSD is out of scope?
Here are my environment:
Thank you for the Gigalixir platform, this idea is great! Maurice