# Migrate a bbPress WordPress plugin forum to Discourse

**URL:** https://meta.discourse.org/t/migrate-a-bbpress-wordpress-plugin-forum-to-discourse/48876
**Category:** Migrating to Discourse
**Tags:** how-to
**Created:** [August 19, 2016, 2:24pm UTC](https://meta.discourse.org/t/migrate-a-bbpress-wordpress-plugin-forum-to-discourse/48876 "2016-08-19T14:24:20Z")
**Posts on this page:** 1
**Showing post:** 34

<div class="post-metadata">

### Author: ![Mark\_Wass](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mark_wass/32/290526_2.png) [@Mark\_Wass](https://meta.discourse.org/u/Mark_Wass)
#### Post date: [January 10, 2024, 4:59am UTC](https://meta.discourse.org/t/migrate-a-bbpress-wordpress-plugin-forum-to-discourse/48876/34 "2024-01-10T04:59:28Z")

</div>

I’m getting the following error when I follow the guide and get to the point where I run the import script. I installed discourse as per [these instructions](https://meta.discourse.org/t/install-discourse-on-ubuntu-or-debian-for-development/14727)

```plaintext
myuser@tmp-discourse:~/discourse$ IMPORT=1 bundle && IMPORT=1 bundle exec ruby script/import_scripts/bbpress.rb

[!] There was an error parsing `Gemfile`: You cannot specify the same gem twice with different version requirements.
You specified: sqlite3 (~> 1.3, >= 1.3.13) and sqlite3 (>= 0). Bundler cannot continue.

 # from /home/myuser/discourse/Gemfile:251
 # -------------------------------------------
 # group :generic_import, optional: true do
 > gem "sqlite3"
 # gem "redcarpet"
 # -------------------------------------------

```

---

_[View the full topic](https://meta.discourse.org/t/migrate-a-bbpress-wordpress-plugin-forum-to-discourse/48876)._
