# Problem in development Installation

**URL:** https://meta.discourse.org/t/problem-in-development-installation/213257
**Category:** Development
**Created:** [December 28, 2021, 5:32am UTC](https://meta.discourse.org/t/problem-in-development-installation/213257 "2021-12-28T05:32:01Z")
**Posts on this page:** 1
**Showing post:** 18

<div class="post-metadata">

### Author: ![Omnipotent.inc](https://avatars.discourse-cdn.com/v4/letter/o/53a042/32.png) [@Omnipotent.inc](https://meta.discourse.org/u/Omnipotent.inc)
#### Post date: [January 11, 2022, 9:54am UTC](https://meta.discourse.org/t/problem-in-development-installation/213257/18 "2022-01-11T09:54:16Z")

</div>

Firstly Sorry @leonardo For Very Late Reply.  
I am using Window Subsystem for linux ( Window 11 pro ) on Which i have installed Ubuntu according to this Guide-

> [@Install Discourse on Ubuntu or Debian for Development](https://meta.discourse.org/t/beginners-guide-to-install-discourse-on-ubuntu-for-development/14727):
>
> warning This guide covers installation instructions in a development environment. For a production guide see: [Install Discourse in production with the official supported instructions](https://meta.discourse.org/t/how-to-install-discourse-in-production/142537) So you want to set up Discourse on Ubuntu or Debian to hack on and develop with? We’ll assume that you work locally and don’t have Ruby/Rails/Postgres/Redis installed on your Ubuntu or Debian system. Let’s begin! Requirements We suggest having at least 4 GB RAM and 2 CPU cores. Current compatibility: O…

and  
when i reached the step

> [@Install Discourse on Ubuntu or Debian for Development](https://meta.discourse.org/t/install-discourse-on-ubuntu-or-debian-for-development/14727/1):
>
> Now that you have successfully configured database connection, run these commands:
> 
> ```plaintext
> bundle exec rake db:create 
> 
> ```

then this Error Comes-

```plaintext
Could not find ipaddr-1.2.3, ipaddr-1.2.3, ipaddr-1.2.3, ipaddr-1.2.3, ipaddr-1.2.3, ipaddr-1.2.3, ipaddr-1.2.3 in any of the sources
Run `bundle install` to install missing gems.

```

then used this command

> [@Omnipotent.inc](#):
>
> `sudo gem install ipaddr`

And then it shows

> [@Omnipotent.inc](#):
>
> ```plaintext
> Successfully installed ipaddr-1.2.3
> Parsing documentation for ipaddr-1.2.3
> Installing ri documentation for ipaddr-1.2.3
> Done installing documentation for ipaddr after 0 seconds
> 1 gem installed
> 
> ```

after that i have followed these steps-

> [@Omnipotent.inc](#):
>
> after this
> 
> ```plaintext
> bundle exec rake db:create
> 
> ```
> 
> then it shows
> 
> ```plaintext
> Could not find ipaddr-1.2.3, ipaddr-1.2.3, ipaddr-1.2.3, ipaddr-1.2.3, ipaddr-1.2.3, ipaddr-1.2.3, ipaddr-1.2.3 in any of the sources
> Run `bundle install` to install missing gems.
> 
> ```
> 
> after that i used `bundle install`  
> then it shows
> 
> ```plaintext
> 1 installed gem you directly depend on is looking for funding.
> Run `bundle fund` for details
> 
> ```
> 
> then used `bundle fund`  
> then it shows
> 
> ```plaintext
> Could not find ipaddr-1.2.3, ipaddr-1.2.3, ipaddr-1.2.3, ipaddr-1.2.3, ipaddr-1.2.3, ipaddr-1.2.3, ipaddr-1.2.3 in any
> of the sources
> 
> ```

Now Can You all Advise me What to do next @leonardo @Benjamin_D @dax

---

_[View the full topic](https://meta.discourse.org/t/problem-in-development-installation/213257)._
