Facing issues while trying to run the web server on my remote instance
- Dominant language
- Python
- Stars
- 170
- Forks
- 189
- PR merge metrics
- No merged PRs in 30d
Description
Hello
I am trying to setup von-network web server on my remote instance.
I did the following steps
1. git clone https://github.com/bcgov/von-network.git
2. cd von-network
3. virtualenv --python=python3.6 venv
4. source venv/bin/activate
5. pip install -r server/requirements.txt
On doing the above step I am facing the following issues.
ERROR: Could not find a version that satisfies the requirement Charm-Crypto (from indy-anoncreds-dev) (from versions: 0.43)
ERROR: No matching distribution found for Charm-Crypto
This error occured while installing indy-anoncreds-dev.
we are using python3.6
Any help will be appreciated.
Contributor guide
Research direction
Start by reproducing the installation from the issue using Python 3.6 and server/requirements.txt. Investigate the Charm-Crypto dependency reported through indy-anoncreds-dev; done would mean the documented setup completes without the reported pip error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- devops
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100