Problems while creating new app using Development Guide

Hi there.

I just started looking into Frappe/ERPNext and did the following to install it:
1. Created a vm for ubuntu
2. Downloaded and executed setup_frappe.sh from https://github.com/frappe/bench

When following the guide at https://frappe.io/developers/guide, in step 2 it mentions to create a new app using the command 'frappe'
On running it it gave me the error :
frappe: command not found

After some searching I found this post https://groups.google.com/forum/#!topic/erpnext-developer-forum/PlDQFt86GyI mentioning to access frappe from env/bin
On executing from that directory I was able to create the initial app directory.

Next step mentions to run setup
python setup.py develop

which I did and I got the following error:
Processing dependencies for library-management==0.0.1
Searching for frappe
Reading https://pypi.python.org/simple/frappe/
Couldn't find index page for 'frappe' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading https://pypi.python.org/simple/
No local packages or download links found for frappe
error: Could not find suitable distribution for Requirement.parse('frappe')

Was there a change in frappe because of which the steps to create a new app have changed? Is the guide I have linked to still usable or should I be following some new steps?
 



Note:

 

If you are posting an issue,

 

  1. ERPNext is a free and open source software and support is given on this forum by a team (https://frappe.io/webnotes). So please consider donating if you find this forum useful (https://frappe.io/buy). Even a small amount would be helpful.
  2. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  3. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  4. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

    To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/972128f1-390b-4052-b76a-2dcbe26b7273%40googlegroups.com.

    For more options, visit https://groups.google.com/d/optout.
use bench frappe [command] under frappe-bench folder, my experience, just a suggestion.

在 2014年8月30日星期六UTC+8下午5时46分27秒,Mohammed Fazalullah Qudrath写道:
Hi there.

I just started looking into Frappe/ERPNext and did the following to install it:
1. Created a vm for ubuntu
2. Downloaded and executed setup_frappe.sh from https://github.com/frappe/bench

When following the guide at https://frappe.io/developers/guide, in step 2 it mentions to create a new app using the command 'frappe'
On running it it gave me the error :
frappe: command not found

After some searching I found this post https://groups.google.com/forum/#!topic/erpnext-developer-forum/PlDQFt86GyI mentioning to access frappe from env/bin
On executing from that directory I was able to create the initial app directory.

Next step mentions to run setup
python setup.py develop

which I did and I got the following error:
Processing dependencies for library-management==0.0.1
Searching for frappe
Reading https://pypi.python.org/simple/frappe/
Couldn't find index page for 'frappe' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading https://pypi.python.org/simple/
No local packages or download links found for frappe
error: Could not find suitable distribution for Requirement.parse('frappe')

Was there a change in frappe because of which the steps to create a new app have changed? Is the guide I have linked to still usable or should I be following some new steps?
 



Note:

 

If you are posting an issue,

 

  1. ERPNext is a free and open source software and support is given on this forum by a team (https://frappe.io/webnotes). So please consider donating if you find this forum useful (https://frappe.io/buy). Even a small amount would be helpful.
  2. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  3. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  4. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

    To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/0f884cc2-4a22-49bb-aa89-190526c2edad%40googlegroups.com.

    For more options, visit https://groups.google.com/d/optout.
I think you can now do "bench shell" and run frappe commands directly

@Pratik pls update README.md



@rushabh_mehta

On 31-Aug-2014, at 4:21 pm, Y Y <ya...@gmail.com> wrote:

use bench frappe [command] under frappe-bench folder, my experience, just a suggestion.

在 2014年8月30日星期六UTC+8下午5时46分27秒,Mohammed Fazalullah Qudrath写道:
Hi there.

I just started looking into Frappe/ERPNext and did the following to install it:
1. Created a vm for ubuntu
2. Downloaded and executed setup_frappe.sh from https://github.com/frappe/bench

When following the guide at https://frappe.io/developers/guide, in step 2 it mentions to create a new app using the command 'frappe'
On running it it gave me the error : 
frappe: command not found

After some searching I found this post https://groups.google.com/forum/#!topic/erpnext-developer-forum/PlDQFt86GyI mentioning to access frappe from env/bin
On executing from that directory I was able to create the initial app directory.

Next step mentions to run setup
python setup.py develop

which I did and I got the following error:
Processing dependencies for library-management==0.0.1
Searching for frappe
Reading https://pypi.python.org/simple/frappe/
Couldn't find index page for 'frappe' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading https://pypi.python.org/simple/
No local packages or download links found for frappe
error: Could not find suitable distribution for Requirement.parse('frappe')

Was there a change in frappe because of which the steps to create a new app have changed? Is the guide I have linked to still usable or should I be following some new steps?
 


-- 
Note:
 
If you are posting an issue,
 
1. ERPNext is a free and open source software and support is given on this forum by a team (https://frappe.io/webnotes). So please consider donating if you find this forum useful (https://frappe.io/buy). Even a small amount would be helpful.
2. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
3. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
4. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
 
End of Note
--- 
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/0f884cc2-4a22-49bb-aa89-190526c2edad%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



Note:

 

If you are posting an issue,

 

  1. ERPNext is a free and open source software and support is given on this forum by a team (https://frappe.io/webnotes). So please consider donating if you find this forum useful (https://frappe.io/buy). Even a small amount would be helpful.
  2. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  3. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  4. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

    To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/E5E13EB0-4025-4C73-BDAC-FC0A7A0804EE%40gmail.com.

    For more options, visit https://groups.google.com/d/optout.
That worked. Thanks Rushabh.
I would suggest that the Development Guide be also updated.


On Monday, 1 September 2014 08:43:38 UTC+4, rushabh wrote:
I think you can now do "bench shell" and run frappe commands directly

@Pratik pls update README.md



@rushabh_mehta

On 31-Aug-2014, at 4:21 pm, Y Y <ya...@gmail.com> wrote:

use bench frappe [command] under frappe-bench folder, my experience, just a suggestion.

在 2014年8月30日星期六UTC+8下午5时46分27秒,Mohammed Fazalullah Qudrath写道:
Hi there.

I just started looking into Frappe/ERPNext and did the following to install it:
1. Created a vm for ubuntu
2. Downloaded and executed setup_frappe.sh from https://github.com/frappe/bench

When following the guide at https://frappe.io/developers/guide, in step 2 it mentions to create a new app using the command 'frappe'
On running it it gave me the error : 
frappe: command not found

After some searching I found this post https://groups.google.com/forum/#!topic/erpnext-developer-forum/PlDQFt86GyI mentioning to access frappe from env/bin
On executing from that directory I was able to create the initial app directory.

Next step mentions to run setup
python setup.py develop

which I did and I got the following error:
Processing dependencies for library-management==0.0.1
Searching for frappe
Reading https://pypi.python.org/simple/frappe/
Couldn't find index page for 'frappe' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading https://pypi.python.org/simple/
No local packages or download links found for frappe
error: Could not find suitable distribution for Requirement.parse('frappe')

Was there a change in frappe because of which the steps to create a new app have changed? Is the guide I have linked to still usable or should I be following some new steps?
 


-- 
Note:
 
If you are posting an issue,
 
1. ERPNext is a free and open source software and support is given on this forum by a team (https://frappe.io/webnotes). So please consider donating if you find this forum useful (https://frappe.io/buy). Even a small amount would be helpful.
2. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
3. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
4. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
 
End of Note
--- 
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/0f884cc2-4a22-49bb-aa89-190526c2edad%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



Note:

 

If you are posting an issue,

 

  1. ERPNext is a free and open source software and support is given on this forum by a team (https://frappe.io/webnotes). So please consider donating if you find this forum useful (https://frappe.io/buy). Even a small amount would be helpful.
  2. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  3. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  4. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

    To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/ec5a1ed6-071b-4612-94be-dd588e270f23%40googlegroups.com.

    For more options, visit https://groups.google.com/d/optout.