aws-samples / aws-samples/faropt

Cannot Run Minimal Example

Open
#1 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
16
Forks
3
PR merge metrics
No merged PRs in 30d

Description

Hi when I tried to run the minimal example

```python
from faropt import FarOpt
```

I cannot reproduce results and I get the error

```
Traceback (most recent call last):
File "/home/ec2-user/environment/faropttest.py", line 1, in
from faropt import FarOpt
ImportError: cannot import name 'FarOpt' from 'faropt' (unknown location)
```

When I check I get the affirmation that faropt is installed under ./environment

I tested from Cloud 9 following option 1 in instructions (region is also correct)

> Create a cloud 9 instance (choose the m5.2xlarge instance type, and a suitable availability zone in network settings, us-east-1a)
> Clone this repo: git clone https://github.com/aws-samples/faropt.git
> cd faropt
> ./setup.sh
> Enter y at the prompt (yes)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.