Skip to content

Fixes for Installation #28

@SundousHussein

Description

@SundousHussein
  1. I believe the issue that we saw before was an issue with setuptools (I executed the following command (sudo apt-get install python3-venv) which seems to have fixed the issue.
  2. When creating a virtual environment, please assign a distinct name to it (bioneuralnet) to avoid confusion, also this fixed the source issue (when executing the following command source ./bioneuralnet/bin/activate, I would get a permission denied issue).
  3. Now I get the following error from torch installation: ERROR: Could not find a version that satisfies the requirement torch==2.0.0 (from versions: 2.2.0, 2.2.1, 2.2.2, 2.3.0, 2.3.1, 2.4.0, 2.4.1, 2.5.0, 2.5.1)

python3 -m venv .venv

Here are the changes that I needed to make for the script (setup-env.sh) to work:
python3 -m venv ./bioneuralnet
source ./bioneuralnet/bin/activate

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions