You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
n310-drive@n310:~/if_dec3$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 21.10
Release: 21.10
Codename: impish
When I tried to install RecordFlux using pip3 following the installation guide, it doesn't work:
n310-drive@n310:~/if_dec3$ pip3 install RecordFlux
Collecting RecordFlux
Downloading RecordFlux-0.5.0.tar.gz (157 kB)
|████████████████████████████████| 157 kB 37.7 MB/s
ERROR: Packages installed from PyPI cannot depend on packages which are not also hosted on PyPI.
RecordFlux depends on RecordFlux-language@ git+https://github.com/Componolit/RecordFlux-language.git@v0.6.0#egg=RecordFlux-language
thank you for the report. As you have discovered, this issue has been fixed on the main branch, but has not made it into a release, yet. I briefly looked into the effort required to backport the fix to a 0.5.1 version, but we don't have a released version of the parser on PyPI either. This would make such a think pretty complicated.
I see two options:
Install the main version directly: $ pip3 install git+https://github.com/Componolit/RecordFlux/ (the same URL could be used in e.g. setup.py)
We could release an alpha version of RecordFlux 0.6 on PyPI. As this is a bit of work, it would be good to know whether option 1 is sufficient for now.
I'm using Ubuntu 21.10:
When I tried to install RecordFlux using pip3 following the installation guide, it doesn't work:
I searched the issue tracker and found this: #745
The text was updated successfully, but these errors were encountered: