flaskSaaS icon indicating copy to clipboard operation
flaskSaaS copied to clipboard

Wrong package named for python3 cffi

Open lamachine opened this issue 5 years ago • 6 comments

failed with error code 1 in /tmp/pip-install-wye5s2cp/cffi/

You need python3-cffi...

sudo apt-get install python3-cffi

Then the installation completes.

Next battle appears to be

ImportError: No module named flask.ext.script

And FYI, here from Siraj! Thanks for posting this repository!

lamachine avatar May 02 '19 23:05 lamachine

Hey, the module naming convention changed in python3. Give it a go with python2 and if that fails, try the docker container.

I’m entirely rewriting this repo with a much improved version so am not going to do any PR’s here. :(

Happy/sad news.

alectrocute avatar May 10 '19 15:05 alectrocute

Definately happy.  I am pretty much completely running on python 3, but can easily wait a while.  If you need testers for your python 3 version, I am happy to help.   Thanks for the reply.                 Bob O On Friday, May 10, 2019, 8:08:31 AM PDT, Alec Armbruster [email protected] wrote:

Hey, the module naming convention changed in python3. Give it a go with python2 and if that fails, try the docker container.

I’m entirely rewriting this repo with a much improved version so am not going to do any PR’s here. :(

Happy/sad news.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

lamachine avatar May 10 '19 15:05 lamachine

while running this im getting this error

make install && make dev

process_begin: CreateProcess(NULL, basename, ...) failed. cd app && ln -sf config_dev.py config.py 'ln' is not recognized as an internal or external command, operable program or batch file. make: *** [dev] Error 1

help me to solve this

jeevasakthits avatar May 17 '19 16:05 jeevasakthits

@jeevasakthits This is way beyond me, but a quick google search shows it probably has to do with creating a symbolic link for those files. I would try the line from the command line on your system.

Note above, it took about a week to get me answer, which basically consisted of "I’m entirely rewriting this repo with a much improved version so am not going to do any PR’s here. :("

So probably wait for the update, or take it to a more general linux forum. Just my two cents, but if you are like me, you were waiting impatiently for the reply. Good luck with it!

And @alectrocute , I am obviously still watching this repository in hopes of "happy news". Let me know if you need a tester!

lamachine avatar May 17 '19 18:05 lamachine

I'm Googled many way to find solution for that problem but all are helpless so finally i asked you for solution is there any way to solve this problem? help me to find that

On Fri, May 17, 2019 at 11:35 PM lamachine [email protected] wrote:

@jeevasakthits https://github.com/jeevasakthits This is way beyond me, but a quick google search shows it probably has to do with creating a symbolic link for those files. I would try the line from the command line on your system.

Note above, it took about a week to get me answer, which basically consisted of "I’m entirely rewriting this repo with a much improved version so am not going to do any PR’s here. :("

So probably wait for the update, or take it to a more general linux forum. Just my two cents, but if you are like me, you were waiting impatiently for the reply. Good luck with it!

And @alectrocute https://github.com/alectrocute , I am obviously still watching this repository in hopes of "happy news". Let me know if you need a tester!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/alectrocute/flaskSaaS/issues/10?email_source=notifications&email_token=AHOGEWWP5J6JVUYSQSR3CVTPV3XWNA5CNFSM4HKMA2H2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODVVOV4A#issuecomment-493546224, or mute the thread https://github.com/notifications/unsubscribe-auth/AHOGEWQKH3AMPNJD7X5B5T3PV3XWNANCNFSM4HKMA2HQ .

jeevasakthits avatar May 18 '19 07:05 jeevasakthits

I haven't forgotten, @lamachine @jeevasakthits! I've been so busy at my current job. I'm still planning on the rewrite.

Is this still an issue or did y'all figure it out eventually?

alectrocute avatar Apr 21 '20 01:04 alectrocute