Skip to content
Snippets Groups Projects
Commit 26730b41 authored by Brandon Rodriguez's avatar Brandon Rodriguez
Browse files

Add potential fix for installation failure on VirtualBox VMs

parent 9b85ad0a
Branches
No related merge requests found
......@@ -21,6 +21,15 @@ Then in a terminal with said environment, change to project root and run:
pip install -r requirements.txt
### Known installation issue on Ubuntu20 VirtualBox VMs
You may run into an error when trying to install the `fclist` package, even when using Python3.9. In such a case, open
up the requirements.txt file and comment the `fclist` line out. Then uncomment the `fclist-cffi` line.
These packages appear to be interchangable, and doing this seems to allow package installation. The `fclist` package is
still set as the default, if only because we've tested project runtime much more thoroughly with this package.
## Running the Project
In a terminal with the above virtual environment loaded, change to project root and run:
......
......@@ -11,6 +11,7 @@ pysdl2-dll~=2.0.16
# System font-parsing dependencies.
fclist~=1.1.1
# fclist-cffi~=1.1.2 # Use this instead if you get a fclist error when running pip install.
# Graph datastructure library.
networkx~=2.6.3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment