Migrate failed while running project for the first time
See original GitHub issueI was trying to run saleor on my machine for the first time
Steps to reproduce the problem
create a new virtualenv and then install requirements.txt on that env
when you try to run python manage.py migrate
the following error occurs.
FIX: add dataclasses in requirments.txt
Operating system: Ubuntu 18
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
EF Core add-migration Build Failed - Stack Overflow
Show activity on this post. Open Output window in Visual Studio and check your build log. In my case, even though my current...
Read more >enable-migrations causes "the project 'project' failed to build.
WHEN running the "enable-migrations" command after the database is setup, there is a message about scaffolded migration. (Didn't get that far).
Read more >Error on migrating any project - Visual Studio Feedback
After the latest update, opening any solution I've tried so far gives the following error in the status bar: "Error HRESULT E_FAIL has...
Read more >Migrate projects to LoadRunner Enterprise - ADM Help Centers
Migrating projects from Performance Center to LoadRunner ... Make sure you have performed the first two steps in Project migration workflow.
Read more >Port, migrate, and upgrade projects - Visual Studio (Windows)
A reference for the support of projects created in current and earlier ... Project migration and upgrade reference for Visual Studio.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@UmarFarooq-Ch It seems you’re using Python 3.6. Please upgrade to 3.8. If you’re using the
master
branch of Saleor, refer to the pre-release version of our docs: https://docs.getsaleor.com/docs/next/getting-started/intro/@UmarFarooq-Ch What version of python are you using? Try to use 3.8 instead.